2026-02-14 14:30:04 [scrapy.utils.log] (PID: 110) INFO: Scrapy 2.12.0 started (bot: catalog_extraction) 2026-02-14 14:30:04 [scrapy.utils.log] (PID: 110) 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-14 14:30:04 [staples_advantage] (PID: 110) INFO: Starting extraction spider staples_advantage... 2026-02-14 14:30:04 [scrapy.addons] (PID: 110) INFO: Enabled addons: [] 2026-02-14 14:30:04 [py.warnings] (PID: 110) 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-14 14:30:04 [scrapy.extensions.telnet] (PID: 110) INFO: Telnet Password: e9997fed2689a4be 2026-02-14 14:30:04 [py.warnings] (PID: 110) 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-14 14:30:04 [scrapy.middleware] (PID: 110) 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-14 14:30:04 [scrapy.crawler] (PID: 110) 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/a59f09c209b111f1861a4200a9fe0102.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-14 14:30:05 [scrapy_poet.injection] (PID: 110) INFO: Loading providers: [, , , , , , ] 2026-02-14 14:30:05 [scrapy.middleware] (PID: 110) 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-14 14:30:05 [NotFoundHandlerSpiderMiddleware] (PID: 110) INFO: NotFoundHandlerSpiderMiddleware running on PRODUCTION environment. 2026-02-14 14:30:05 [scrapy.middleware] (PID: 110) 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-14 14:30:05 [scrapy.middleware] (PID: 110) 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-14 14:30:05 [scrapy.core.engine] (PID: 110) INFO: Spider opened 2026-02-14 14:30:05 [scrapy.extensions.closespider] (PID: 110) INFO: Spider will stop when no items are produced after 1800 seconds. 2026-02-14 14:30:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:30:05 [scrapy.extensions.telnet] (PID: 110) INFO: Telnet console listening on 127.0.0.1:6023 2026-02-14 14:30:10 [ProxyManagerDownloaderMiddleware] (PID: 110) INFO: Using brd-customer-hl_13cda1e4-zone-main_datacenter_proxy as the default proxy for ProxyManagerDownloaderMiddleware. 2026-02-14 14:30:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/punch-software-viacad-v14-2d-home-landscape-design-for-windows-1-user-download/product_24577249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/everwipe-disinfecting-wipes-plus-refill-lemon-scent-800-wipes-container-4-carton-10100/product_24444127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/0-6-m-round-sata-cable/product_IM17TP557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/everyday-24-replacement-charcoal-water-filters-for-cuisinart-coffee-machines-dccf-24/product_2145395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/everwipe-cleaning-and-deodorizing-wipes-900-bag-4-bags-carton-3600-pieces-carton-11100/product_24448525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/everki-polyester-advance-laptop-bag-briefcase-16/product_998317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-rorbus-village-12-x-19-canvas-stretched-art-print-190836224180/product_2576514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/05-1-2-x4-x3-4-Ice-Brix-Biodegradable-Packs-6-oz-96-Case-IBB6/product_947593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-rough-earth-12-x-19-canvas-stretched-190836322886/product_2576513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/evian-water-1-liter-pack-of-12-evi10000/product_901974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-drinkware-tumbler-camelia-22-oz-ol-22st-321/product_24479664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/everyday-two-note-electric-door-chime-kit-ckit1/product_2145404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/06-W-x-09-L-6-0-mil-Staples-Reclosable-Bags-700812/product_700812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-running-up-that-hill-12-x-19-canvas-stretched-190836323029/product_2576511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-3-tier-cascading-tabletop-fountain-with-led-lights-brown-m150049/product_2518288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/09-x-4-x-3-standard-corrugated-shipping-box-200-ect-25-bundle-943/product_1504281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sea-and-silence-12-x-19-canvas-stretched-art-print-190836323586/product_2576507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-secret-blues-canvas-art-22x32-inches/product_254279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-shades-of-green-12-x-19-canvas-stretched-190836324002/product_2576505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-7-shipping-box-200-ect-25-bundle-967/product_1503804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/09-x6-1-2-x2-3-4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL962R/product_1578416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/09-x4-x3-Partners-Brand-Corrugated-Mailers-50-Bundle-M862K/product_1499852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-shadow-on-snow-canvas-art-16x24-inches/product_254281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/evolis-sig100-signature-pad/product_IM13AX783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-silver-sky-12-x-19-canvas-stretched-art-print-190836324149/product_2576501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-fireplace-log-rack-finial-m150028/product_24174500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/09-x6-1-4-x4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL964R/product_1578415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/exact-brights-paper-8-1-2-x-11-bright-green-20-lb-500-sheets-ream/product_2657417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-solar-path-lights-bronze-m150089/product_24174519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-1-2-x-1-1-2-x-4-white-reverse-tuck-folding-carton-500-case/product_2653014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-1-2-x-30-crimped-end-mailing-tubes-70-carton-s1530k/product_428065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-solar-rope-light-32-feet-white-m150041/product_24174511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-waterfall-tabletop-fountain-with-led-lights/product_2518363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-1-4-Staples-High-Tensile-Heavy-Duty-Single-Notch-Steel-Strapping-Sealer/product_946339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-for-two-14-x-14-canvas-stretched-art-print-190836324286/product_2576236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44x5082-bake-broil-or-bake-broil-element-erb44x5082/product_23980825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-outdoor-50-14-solar-yard-spot-lights/product_1413914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-offset-10-foot-aluminum-hanging-patio-umbrella-blue-m150008/product_2211327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-leaf-sweet-tea-18-5-oz-12-carton-pep134071/product_24343653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-life-distilled-water-128-oz-bottle-6-pack-nle12532472/product_24553800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erwb17x5113-surface-element-ceramic-receptacle-block-erwb17x5113/product_23980673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-48-x-250-anti-static-slit-24-perfed-12-large-bubble-2-rolls-bundle/product_2653129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-leaf-unsweetened-tea-18-5-oz-12-carton-pep134072/product_24343651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-ups-approved-bubble-roll-with-dispenser-12-x-50-bd1212/product_946213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-x-0-021-mil-x-9000-polypropylene-strapping-16-x-6-core-hand-grade-psjkit/product_567672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-life-purified-water-8-fl-oz-24-carton-11476087/product_886985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-organic-layered-fruit-bars-variety-pack-0-63-oz-28-pack-220-02261/product_24585398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-x-2900-16-x-3-core-polyester-strapping-smooth-2-pack/product_946582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-special-one-12-x-19-canvas-stretched-190836325962/product_2576432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-spray-12-x-19-canvas-stretched-190836326389/product_2576423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-stand-back-12-x-19-canvas-stretched-190836326501/product_2576427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/0-6-m-round-sata-cable/product_IM17TP557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/everyday-24-replacement-charcoal-water-filters-for-cuisinart-coffee-machines-dccf-24/product_2145395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/everwipe-cleaning-and-deodorizing-wipes-900-bag-4-bags-carton-3600-pieces-carton-11100/product_24448525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/everwipe-disinfecting-wipes-plus-refill-lemon-scent-800-wipes-container-4-carton-10100/product_24444127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/punch-software-viacad-v14-2d-home-landscape-design-for-windows-1-user-download/product_24577249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/everki-polyester-advance-laptop-bag-briefcase-16/product_998317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/05-1-2-x4-x3-4-Ice-Brix-Biodegradable-Packs-6-oz-96-Case-IBB6/product_947593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-rorbus-village-12-x-19-canvas-stretched-art-print-190836224180/product_2576514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/evian-water-1-liter-pack-of-12-evi10000/product_901974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-rough-earth-12-x-19-canvas-stretched-190836322886/product_2576513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-drinkware-tumbler-camelia-22-oz-ol-22st-321/product_24479664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/everyday-two-note-electric-door-chime-kit-ckit1/product_2145404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/06-W-x-09-L-6-0-mil-Staples-Reclosable-Bags-700812/product_700812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-running-up-that-hill-12-x-19-canvas-stretched-190836323029/product_2576511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-3-tier-cascading-tabletop-fountain-with-led-lights-brown-m150049/product_2518288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/09-x-4-x-3-standard-corrugated-shipping-box-200-ect-25-bundle-943/product_1504281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sea-and-silence-12-x-19-canvas-stretched-art-print-190836323586/product_2576507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-secret-blues-canvas-art-22x32-inches/product_254279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-shades-of-green-12-x-19-canvas-stretched-190836324002/product_2576505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-7-shipping-box-200-ect-25-bundle-967/product_1503804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/09-x6-1-2-x2-3-4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL962R/product_1578416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/09-x4-x3-Partners-Brand-Corrugated-Mailers-50-Bundle-M862K/product_1499852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-shadow-on-snow-canvas-art-16x24-inches/product_254281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/evolis-sig100-signature-pad/product_IM13AX783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-silver-sky-12-x-19-canvas-stretched-art-print-190836324149/product_2576501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-fireplace-log-rack-finial-m150028/product_24174500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/09-x6-1-4-x4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL964R/product_1578415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/exact-brights-paper-8-1-2-x-11-bright-green-20-lb-500-sheets-ream/product_2657417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-solar-path-lights-bronze-m150089/product_24174519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-1-2-x-1-1-2-x-4-white-reverse-tuck-folding-carton-500-case/product_2653014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-1-2-x-30-crimped-end-mailing-tubes-70-carton-s1530k/product_428065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-solar-rope-light-32-feet-white-m150041/product_24174511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-waterfall-tabletop-fountain-with-led-lights/product_2518363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-1-4-Staples-High-Tensile-Heavy-Duty-Single-Notch-Steel-Strapping-Sealer/product_946339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-for-two-14-x-14-canvas-stretched-art-print-190836324286/product_2576236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44x5082-bake-broil-or-bake-broil-element-erb44x5082/product_23980825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-outdoor-50-14-solar-yard-spot-lights/product_1413914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-garden-offset-10-foot-aluminum-hanging-patio-umbrella-blue-m150008/product_2211327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-leaf-sweet-tea-18-5-oz-12-carton-pep134071/product_24343653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-life-distilled-water-128-oz-bottle-6-pack-nle12532472/product_24553800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-48-x-250-anti-static-slit-24-perfed-12-large-bubble-2-rolls-bundle/product_2653129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erwb17x5113-surface-element-ceramic-receptacle-block-erwb17x5113/product_23980673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-leaf-unsweetened-tea-18-5-oz-12-carton-pep134072/product_24343651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-ups-approved-bubble-roll-with-dispenser-12-x-50-bd1212/product_946213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-x-0-021-mil-x-9000-polypropylene-strapping-16-x-6-core-hand-grade-psjkit/product_567672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-life-purified-water-8-fl-oz-24-carton-11476087/product_886985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pure-organic-layered-fruit-bars-variety-pack-0-63-oz-28-pack-220-02261/product_24585398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-x-2900-16-x-3-core-polyester-strapping-smooth-2-pack/product_946582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-special-one-12-x-19-canvas-stretched-190836325962/product_2576432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-spray-12-x-19-canvas-stretched-190836326389/product_2576423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-stand-back-12-x-19-canvas-stretched-190836326501/product_2576427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-x-9000-8-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sunset-road-12-x-19-canvas-stretched-190836327621/product_2576417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-x-9900-9-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pureguardian-spa101-aromatherapy-essential-oil-diffuser/product_1932892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-console-humidifier-1-5-gallon-white-blue-h1175wca/product_24226549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-blue-egg-12-x-19-canvas-art-190836328185/product_2576408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-8-5-x-11-composite-wood-photo-document-frame-black-gold-egp-hd-0306/product_24574301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-4-x-48-x-250-staples-perforated-air-foam-roll-1-roll/product_948779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-1-32-gallon-white-h7550/product_2139249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-5-x-15-mailing-tube-white-12-carton-cw55303/product_558425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-5-x-2-reclosable-poly-bags-2-mil-clear-1000-carton-3515a/product_700795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-2-gallon-black-h8000b/product_1932893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-barndoor-picture-frame-with-chalkboard-gray-egp-hd-0413c/product_24606954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-bistro-pole-for-string-lights-black-4-pack-egp-hd-0361/product_24530439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-canvas-art-30x47-inches/product_254215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-hand-sanitizer-gel-4-oz-portable-bottle-with-flip-top-cap-3498-04-ec/product_24488998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-bistro-pole-for-string-lights-with-50-g40-lights-black-2-pack-egp-hd-0360/product_24530437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-8x10-metal-wall-print-pis/product_24490183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-gel-hand-sanitizer-energizing-mint-scent-2-fl-oz-24-pack-3907-24-cmr/product_24555155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-2-oz-gel-hand-sanitizer-clean-scent-24-carton-9606-24/product_607827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-blank-indoor-outdoor-floor-sign-24-x-48-black-egp-hd-0524/product_24570353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-moving-shipping-box-combo-pack-1-kit-mbombo1/product_948836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalk-markers-1-2mm-tip-assorted-colors-egp-hd-0512-s/product_24554017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalk-markers-assorted-tips-white-3-pack-egp-hd-0511-s/product_24554018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-antimicrobial-hand-gel-sanitizer-clean-8-fl-oz-12-carton-4102-12-s/product_24449390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-foaming-hand-sanitizer-refill-for-adx-12-dispenser-1200-ml-3-pk-8805-03/product_372366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-combination-dry-erase-whiteboard-wood-frame-2-x-1-5-egp-hd-0078/product_24529671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-changeable-message-indoor-outdoor-sidewalk-sign-20-x-36-black-wood-egp-hd-0084/product_24515491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-port-parallel-pcie-card-pci-express-to-parallel-db25-lpt-adapter-card-desktop-expansion-controller-for-printer-spp-ecp/product_IM19AC660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-30-x-47-psl0417-c3047gg/product_1731689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-refill-for-tfx-touch-free-dispenser-1200-ml-4-carton-5456-04/product_916723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-employees-must-wash-hands-indoor-wall-sign-5-x-7-multicolor-2-pack-egp-hd-0171-s/product_24532224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-up-on-this-12-x-19-canvas-stretched-190836331468/product_2576486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-valentine-s-day-canvas-art-22x32-inches/product_254226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-green-certified-gel-hand-sanitizer-refill-for-ltx-12-touch-free-dispenser-1200-ml-2-ct-1903-02/product_375632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-x-8-warehouse-label-magnetic-strips-white-lh174/product_947240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-fire-extinguisher-indoor-outdoor-wall-sign-9-x-3-red-white-3-pack-egp-hd-0480/product_24582829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-1-2-x-16-5-nylon-reinforced-mailer-500-case/product_949134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-foam-refill-for-purell-es4-manual-hand-sanitizer-dispenser-1200-ml-2-ct-5053-02/product_2729252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-1-4-x-10-1-4-x-1-white-easy-fold-mailer-50-bundle/product_949022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-foam-refill-for-purell-es6-automatic-dispenser-1200-ml-2-ct-6453-02/product_2729247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vik-12-x-19-canvas-stretched-190836332441/product_2576482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-1-4-x-5-1-8-x-6-3-16-2-1-quart-paint-can-shipping-box-25-bundle/product_947226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-gel-refill-for-purell-es6-automatic-dispenser-1200-ml-2-ct-6463-02/product_24325956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-x-9000-8-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sunset-road-12-x-19-canvas-stretched-190836327621/product_2576417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-2-x-9900-9-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pureguardian-spa101-aromatherapy-essential-oil-diffuser/product_1932892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-console-humidifier-1-5-gallon-white-blue-h1175wca/product_24226549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-blue-egg-12-x-19-canvas-art-190836328185/product_2576408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-8-5-x-11-composite-wood-photo-document-frame-black-gold-egp-hd-0306/product_24574301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-4-x-48-x-250-staples-perforated-air-foam-roll-1-roll/product_948779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-1-32-gallon-white-h7550/product_2139249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-5-x-15-mailing-tube-white-12-carton-cw55303/product_558425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-5-x-2-reclosable-poly-bags-2-mil-clear-1000-carton-3515a/product_700795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-2-gallon-black-h8000b/product_1932893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-barndoor-picture-frame-with-chalkboard-gray-egp-hd-0413c/product_24606954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-canvas-art-30x47-inches/product_254215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-bistro-pole-for-string-lights-black-4-pack-egp-hd-0361/product_24530439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-hand-sanitizer-gel-4-oz-portable-bottle-with-flip-top-cap-3498-04-ec/product_24488998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-bistro-pole-for-string-lights-with-50-g40-lights-black-2-pack-egp-hd-0360/product_24530437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-8x10-metal-wall-print-pis/product_24490183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-gel-hand-sanitizer-energizing-mint-scent-2-fl-oz-24-pack-3907-24-cmr/product_24555155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-2-oz-gel-hand-sanitizer-clean-scent-24-carton-9606-24/product_607827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-blank-indoor-outdoor-floor-sign-24-x-48-black-egp-hd-0524/product_24570353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-moving-shipping-box-combo-pack-1-kit-mbombo1/product_948836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalk-markers-assorted-tips-white-3-pack-egp-hd-0511-s/product_24554018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalk-markers-1-2mm-tip-assorted-colors-egp-hd-0512-s/product_24554017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-antimicrobial-hand-gel-sanitizer-clean-8-fl-oz-12-carton-4102-12-s/product_24449390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-foaming-hand-sanitizer-refill-for-adx-12-dispenser-1200-ml-3-pk-8805-03/product_372366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-combination-dry-erase-whiteboard-wood-frame-2-x-1-5-egp-hd-0078/product_24529671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-changeable-message-indoor-outdoor-sidewalk-sign-20-x-36-black-wood-egp-hd-0084/product_24515491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-port-parallel-pcie-card-pci-express-to-parallel-db25-lpt-adapter-card-desktop-expansion-controller-for-printer-spp-ecp/product_IM19AC660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-30-x-47-psl0417-c3047gg/product_1731689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-refill-for-tfx-touch-free-dispenser-1200-ml-4-carton-5456-04/product_916723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-employees-must-wash-hands-indoor-wall-sign-5-x-7-multicolor-2-pack-egp-hd-0171-s/product_24532224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-up-on-this-12-x-19-canvas-stretched-190836331468/product_2576486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-valentine-s-day-canvas-art-22x32-inches/product_254226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-green-certified-gel-hand-sanitizer-refill-for-ltx-12-touch-free-dispenser-1200-ml-2-ct-1903-02/product_375632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1-x-8-warehouse-label-magnetic-strips-white-lh174/product_947240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-fire-extinguisher-indoor-outdoor-wall-sign-9-x-3-red-white-3-pack-egp-hd-0480/product_24582829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-1-2-x-16-5-nylon-reinforced-mailer-500-case/product_949134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-foam-refill-for-purell-es4-manual-hand-sanitizer-dispenser-1200-ml-2-ct-5053-02/product_2729252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-1-4-x-10-1-4-x-1-white-easy-fold-mailer-50-bundle/product_949022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-foam-refill-for-purell-es6-automatic-dispenser-1200-ml-2-ct-6453-02/product_2729247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-1-4-x-5-1-8-x-6-3-16-2-1-quart-paint-can-shipping-box-25-bundle/product_947226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vik-12-x-19-canvas-stretched-190836332441/product_2576482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-gel-refill-for-purell-es6-automatic-dispenser-1200-ml-2-ct-6463-02/product_24325956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:30:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:30:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-a-frame-sidewalk-sign-20-x-27-black-egp-hd-0084-blk/product_24550818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vik-reflection-12-x-19-canvas-stretched-190836332304/product_2576479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-3-4-x-6-3-4-clear-perforated-face-document-envelope-500-ct/product_24383444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-4x8-ft-invttn-100-rc-gr-1297/product_352269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-walking-on-the-black-beach-12-x-19-canvas-stretched-190836333004/product_2576474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-refreshing-gel-clean-scent-1-5-liter-pump-bottle-5015-04/product_SS225891159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-sidewalk-a-frame-board-20-x-27-white-egp-hd-0084-wht/product_24550815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-when-the-stillness-comes-12-x-19-canvas-stretched-190836333400/product_2576470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-white-noise-12-x-19-canvas-stretched-190836333967/product_2576465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-large-planter-with-pole-support-natural-wood-egp-hd-0478/product_24573418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-calendar-chalkboard-black-white-20-x-30-egp-hd-0316/product_24550820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-chalkboard-rustic-brown-wood-30-x-20-gpp-0010/product_24529672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-wild-horses-12-x-19-canvas-stretched-art-print-190836334384/product_2576457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-cat6-ethernet-cable-10-pk-graycord-snagless-etl/product_IM19MG664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-soothing-fresh-scent/product_SS135212289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-plastic-pull-tight-seal-red-1000-case-se1017r/product_192151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-indoor-window-sign-8-5-x-11-clear-5-pack-spls-8x11fmp/product_24575576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-11-x-14-black-matted-wood-frame-mw0066-w1114bmf/product_2079620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-blue-2000-carton-plt10b/product_948728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-yellow-2000-carton-plt10y/product_948733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-24-w-black-wood-spls-pstr-24bk/product_24570363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-cs-4-wall-mounted-hand-sanitizer-dispenser-graphite-5124-01/product_24358188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-cs-4-wall-mounted-hand-soap-dispenser-white-5130-01/product_2801204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0587-b1114mf/product_2082589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0587-b1114bmf/product_2082590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-silver-leatherette-metal-10-pack-spls-menu-4/product_24580067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-silver-spls-menu-4-1pk/product_24570481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0587-w1620mf/product_2083294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-no-smoking-no-vaping-indoor-outdoor-wall-sign-9-x-3-multicolor-4-pack-egp-hd-0175-s/product_24532220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-11-x-14-black-frame-art/product_312074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-10-heavy-duty-48-ect-double-wall-shipping-boxes/product_24408029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-es-4-wall-mounted-hand-soap-dispenser-graphite-5034-01/product_2728959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-14-heavy-duty-shipping-boxes-brown-25-bundle-101014/product_947191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-poster-wall-frame-18-x-24-silver-aluminum-egp-sf-1824-s/product_24550178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-18-x-24-canvas-art/product_312077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-18-shipping-boxes-32-ect-brown-25-bundle-101018/product_408390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-floor-stand-hand-sanitizer-dispenser-silver-graphite-7316-ds-slv/product_2847431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-2-standard-corrugated-shipping-box-200-ect-25-bundle-10102/product_1504098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-tabletop-chalkboard-sign-6-x-4-3-pack-egp-hd-0509-s/product_24554015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0100-b1114mf/product_2079916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-4-literature-mailers-50-bundle-m10104k/product_1578517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1885-black-by-claire-doherty-16-x-20-white-matted-black-frame-cdo0016-b1620mf/product_2077167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-8-corrugated-shipping-boxes-32-ect-25-bundle-10108/product_411754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excessive-noise-ear-protection-must-be-worn-10x14-040-aluminum-danger-sign/product_564336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/executive-high-back-chair-center-tilt-black-vinyl-bsxvl402en11/product_1678046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-black-by-claire-doherty-24-x-32-canvas-art-cdo0016-c2432gg/product_2078198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-100-poly-sheeting-4-0-mil-white-4425g/product_939401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-a-frame-sidewalk-sign-20-x-27-black-egp-hd-0084-blk/product_24550818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-4x8-ft-invttn-100-rc-gr-1297/product_352269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-3-4-x-6-3-4-clear-perforated-face-document-envelope-500-ct/product_24383444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vik-reflection-12-x-19-canvas-stretched-190836332304/product_2576479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-walking-on-the-black-beach-12-x-19-canvas-stretched-190836333004/product_2576474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-refreshing-gel-clean-scent-1-5-liter-pump-bottle-5015-04/product_SS225891159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-sidewalk-a-frame-board-20-x-27-white-egp-hd-0084-wht/product_24550815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-when-the-stillness-comes-12-x-19-canvas-stretched-190836333400/product_2576470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-white-noise-12-x-19-canvas-stretched-190836333967/product_2576465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-calendar-chalkboard-black-white-20-x-30-egp-hd-0316/product_24550820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-large-planter-with-pole-support-natural-wood-egp-hd-0478/product_24573418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-chalkboard-rustic-brown-wood-30-x-20-gpp-0010/product_24529672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-wild-horses-12-x-19-canvas-stretched-art-print-190836334384/product_2576457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-cat6-ethernet-cable-10-pk-graycord-snagless-etl/product_IM19MG664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-advanced-soothing-fresh-scent/product_SS135212289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-plastic-pull-tight-seal-red-1000-case-se1017r/product_192151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-indoor-window-sign-8-5-x-11-clear-5-pack-spls-8x11fmp/product_24575576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-blue-2000-carton-plt10b/product_948728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-11-x-14-black-matted-wood-frame-mw0066-w1114bmf/product_2079620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-24-w-black-wood-spls-pstr-24bk/product_24570363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-yellow-2000-carton-plt10y/product_948733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-cs-4-wall-mounted-hand-sanitizer-dispenser-graphite-5124-01/product_24358188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-cs-4-wall-mounted-hand-soap-dispenser-white-5130-01/product_2801204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0587-b1114bmf/product_2082590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-silver-leatherette-metal-10-pack-spls-menu-4/product_24580067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0587-b1114mf/product_2082589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-silver-spls-menu-4-1pk/product_24570481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0587-w1620mf/product_2083294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-no-smoking-no-vaping-indoor-outdoor-wall-sign-9-x-3-multicolor-4-pack-egp-hd-0175-s/product_24532220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-10-heavy-duty-48-ect-double-wall-shipping-boxes/product_24408029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-es-4-wall-mounted-hand-soap-dispenser-graphite-5034-01/product_2728959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-11-x-14-black-frame-art/product_312074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-14-heavy-duty-shipping-boxes-brown-25-bundle-101014/product_947191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-poster-wall-frame-18-x-24-silver-aluminum-egp-sf-1824-s/product_24550178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-18-x-24-canvas-art/product_312077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-18-shipping-boxes-32-ect-brown-25-bundle-101018/product_408390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-floor-stand-hand-sanitizer-dispenser-silver-graphite-7316-ds-slv/product_2847431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excello-global-products-tabletop-chalkboard-sign-6-x-4-3-pack-egp-hd-0509-s/product_24554015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-2-standard-corrugated-shipping-box-200-ect-25-bundle-10102/product_1504098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0100-b1114mf/product_2079916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-4-literature-mailers-50-bundle-m10104k/product_1578517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1885-black-by-claire-doherty-16-x-20-white-matted-black-frame-cdo0016-b1620mf/product_2077167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/excessive-noise-ear-protection-must-be-worn-10x14-040-aluminum-danger-sign/product_564336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-8-corrugated-shipping-boxes-32-ect-25-bundle-10108/product_411754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-black-by-claire-doherty-24-x-32-canvas-art-cdo0016-c2432gg/product_2078198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/executive-high-back-chair-center-tilt-black-vinyl-bsxvl402en11/product_1678046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-100-poly-sheeting-4-0-mil-white-4425g/product_939401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/exergen-temporal-scanner-thermometers-caps-latex-free-1000-pack/product_110514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/exergen-temporal-scanners-tat-5000-temple/product_110515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-white-by-claire-doherty-24-x-32-canvas-art-cdo0017-c2432gg/product_2078197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-6-mil-clear-1000-carton-8385/product_361163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-12-x-19-canvas-art-ali1286-c1219gg/product_2082205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-16-x-20-white-matted-black-frame-ali1286-b1620mf/product_2083598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-16-x-24-canvas-art-ali1286-c1624gg/product_2083692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-3976a/product_687879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-red-1000-carton-pb3655r/product_256290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-14-x-14-canvas-art-ali1119-c1414gg/product_2077630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-white-1000-carton-pb3655/product_256291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-2-in-1-dry-erase-markers-chisel-tip-assorted-4-pk-1944655/product_1910455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-surface-disinfecting-wipes-72-wipes-pack-9370-12/product_24534478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-surface-disinfectant-spray-32-oz-6-carton-3340-06/product_24486712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-4-mil-pink-1000-carton-pbas2165/product_23978274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-board-cleaning-wet-wipes-2-pk-san81850-2/product_24490759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-low-odor-marker-chisel-tip-blue-80003/product_387604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-cs-cs8-dispenser-2-carton-7874-02/product_24472164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-x-8-shipping-box-200-mullen-rated-2-pack-2022026/product_24560341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-bullet-tip-red-82002/product_651569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-individually-wrapped-sanitizing-hand-wipes-1-000-wipes-carton-9021-1m/product_800791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-chisel-tip-black-80001/product_379941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-1-6-mil-clear-1000-carton-13240/product_24449493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-ltx-12-automatic-wall-mounted-hand-sanitizer-dispenser-white-1920-04/product_375630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-prime-defense-85-alcohol-liquid-hand-sanitizer-clean-scent-4-oz-3199-12-cmr/product_24504672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-tip-black-4-pack-2081801/product_24389693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-175/product_939490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-point-assorted-starter-set-kit-81503/product_500678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-professional-disinfecting-wipes-fresh-citrus-scent-110-wipes-container-6-carton-9342-06/product_24458582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-professional-surface-disinfectant-spray-fresh-citrus-scent-32-oz-3342-06/product_24570238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-purell-cs-wall-mounted-hand-sanitizer-dispenser-white-4121-06/product_24458581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-16-pack-81045/product_592678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-landscape-at-beaulieu-canvas-art-26x32-inches/product_246024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-14-reclosable-poly-bags-3-mil-clear-100-carton-6340/product_24449677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-2-mil-clear-1000-carton-511/product_939595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-4-pack-80174/product_379465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-4-mil-clear-1000-carton-1181/product_939783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purely-c50-18-laptop-height-adjustable-cooling-stand-with-2-fans-1-usb-port-plsc50/product_24592068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-black-12-pack-80001/product_637820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-15-newspaper-layflat-poly-bags-1-5-mil-clear-1000-carton-5020/product_940156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-15-reclosable-poly-bags-1-5-mil-clear-1000-pack-prr101515/product_24343800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-15-suffocation-warning-layflat-poly-bags-2-mil-clear-1000-carton-16115/product_24442817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-blue-12-pack-80003/product_589825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-banks-of-the-seine-champrosay-1876-35x47-inches/product_245807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-point-assorted-4-set-86074/product_502062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-bathers-canvas-art-18-x-24-inches/product_246083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-2-mil-clear-1000-carton-515/product_939596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-36-pack/product_SS229317012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-assorted-12-pack-86603/product_637904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-6-mil-clear-500-carton-8395/product_692447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/exergen-temporal-scanner-thermometers-caps-latex-free-1000-pack/product_110514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/exergen-temporal-scanners-tat-5000-temple/product_110515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-white-by-claire-doherty-24-x-32-canvas-art-cdo0017-c2432gg/product_2078197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-6-mil-clear-1000-carton-8385/product_361163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-12-x-19-canvas-art-ali1286-c1219gg/product_2082205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-16-x-20-white-matted-black-frame-ali1286-b1620mf/product_2083598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-16-x-24-canvas-art-ali1286-c1624gg/product_2083692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-3976a/product_687879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-red-1000-carton-pb3655r/product_256290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-14-x-14-canvas-art-ali1119-c1414gg/product_2077630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-white-1000-carton-pb3655/product_256291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-2-in-1-dry-erase-markers-chisel-tip-assorted-4-pk-1944655/product_1910455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-surface-disinfecting-wipes-72-wipes-pack-9370-12/product_24534478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-surface-disinfectant-spray-32-oz-6-carton-3340-06/product_24486712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-4-mil-pink-1000-carton-pbas2165/product_23978274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-board-cleaning-wet-wipes-2-pk-san81850-2/product_24490759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-low-odor-marker-chisel-tip-blue-80003/product_387604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-bullet-tip-red-82002/product_651569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-cs-cs8-dispenser-2-carton-7874-02/product_24472164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-12-x-8-shipping-box-200-mullen-rated-2-pack-2022026/product_24560341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-individually-wrapped-sanitizing-hand-wipes-1-000-wipes-carton-9021-1m/product_800791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-chisel-tip-black-80001/product_379941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-1-6-mil-clear-1000-carton-13240/product_24449493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-ltx-12-automatic-wall-mounted-hand-sanitizer-dispenser-white-1920-04/product_375630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-prime-defense-85-alcohol-liquid-hand-sanitizer-clean-scent-4-oz-3199-12-cmr/product_24504672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-tip-black-4-pack-2081801/product_24389693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-175/product_939490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-point-assorted-starter-set-kit-81503/product_500678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-professional-disinfecting-wipes-fresh-citrus-scent-110-wipes-container-6-carton-9342-06/product_24458582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-professional-surface-disinfectant-spray-fresh-citrus-scent-32-oz-3342-06/product_24570238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purell-purell-cs-wall-mounted-hand-sanitizer-dispenser-white-4121-06/product_24458581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-16-pack-81045/product_592678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-landscape-at-beaulieu-canvas-art-26x32-inches/product_246024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-14-reclosable-poly-bags-3-mil-clear-100-carton-6340/product_24449677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-2-mil-clear-1000-carton-511/product_939595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-15-newspaper-layflat-poly-bags-1-5-mil-clear-1000-carton-5020/product_940156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-black-12-pack-80001/product_637820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/purely-c50-18-laptop-height-adjustable-cooling-stand-with-2-fans-1-usb-port-plsc50/product_24592068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-4-mil-clear-1000-carton-1181/product_939783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-4-pack-80174/product_379465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-15-reclosable-poly-bags-1-5-mil-clear-1000-pack-prr101515/product_24343800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-15-suffocation-warning-layflat-poly-bags-2-mil-clear-1000-carton-16115/product_24442817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-blue-12-pack-80003/product_589825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-bathers-canvas-art-18-x-24-inches/product_246083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-point-assorted-4-set-86074/product_502062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-banks-of-the-seine-champrosay-1876-35x47-inches/product_245807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-2-mil-clear-1000-carton-515/product_939596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-36-pack/product_SS229317012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-assorted-12-pack-86603/product_637904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-6-mil-clear-500-carton-8395/product_692447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyle-hi-fi-stereo-class-t-amp-2-channel-90-watts-black-pfa300/product_24551108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-path-through-the-long-grass-1875-canvas-14x19-inches/product_245593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyle-home-pdicbt852rd-8-bluetooth-ceiling-wall-speakers/product_23974777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyle-home-theater-audio-receiver-sound-system-with-bluetooth-pda7bu-black/product_24357504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-4-pack/product_SS229317022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-road-to-versailles-canvas-art-35x47-inches/product_246499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-24-gusseted-poly-bags-2-mil-clear-1000-carton-pb4288/product_24328922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-24-gusseted-poly-bags-bags-on-a-roll-1-mil-clear-1000-roll-1398r/product_939282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-11-x-14-black-frame-art/product_492533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyle-pro-dual-cassette-decks-pt649d/product_209374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-3-mil-clear-1000-carton-857/product_361329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-low-oder-dry-erase-markers-chisel-tip-assorted-inks-16-pack-81045/product_23976813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-24-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4137/product_687006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-chisel-tip-purple-80008/product_651551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-sets-chisel-set-of-8-pack-of-2-2pk-80078/product_2133303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-22-x-32-canvas-art/product_315472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-30-x-47-canvas-art/product_315473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-14-x-14-canvas-art/product_33730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-18-x-18-canvas-art/product_33729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-36-layflat-poly-bags-2-mil-clear-1000-carton-524/product_939600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyramid-punch-card-time-clock-system-charcoal-2650/product_919884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-35-x-35-canvas-art/product_33726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-4-x-20-gusseted-poly-bags-1-mil-clear-1000-carton-1393/product_939835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyramid-rack-25-pockets-400-3/product_821705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-fine-tip-assorted-colors-4-per-set-3-sets-san86074-3/product_24519378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-4-x-24-gusseted-poly-bags-3-mil-clear-500-carton-1717/product_361607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-3000hd-3500-3550ss-3600ss-3700-time-clocks-100-pack-35100-10/product_412757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-5-32-staples-red-candy-stripe-paper-twist-tie-2000-case/product_948688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyramid-timetrax-elite-fingerprint-time-clock-system-silver-black-tteliteek/product_890521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-interlude-a-18-x-24-canvas-art/product_317621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-6-32-ect-shipping-boxes/product_24406974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-300-pack-17900/product_24326187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-mountain-by-moises-levy-10-x-24-canvas-art-ali1135-c1024gg/product_2080994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-travel-pack-30-count-36-carton-22127/product_24326193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-markers-fine-point-assorted-8-pack-16078/product_125310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qanba-drone-2-qann3-joystick-for-playstation-5-4-pc-wired-black/product_24565948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-markers-fine-point-red-12-pack-16002/product_501957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qckminiblackgamingmousepad/product_IM1Y67359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-20-gusseted-poly-bags-1-5-mil-clear-1000-carton-1465/product_361455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qfx-10-in-portable-bluetooth-party-sound-system-2-pack-black-pbx-210/product_24574332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-tulips-in-glass-18-x-24-canvas-art/product_314023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qfx-am-fm-shortwave-3-band-radio-black-r-35/product_24574330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-14-x-19-canvas-art/product_315478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-5-shipping-boxes-32-ect-brown-25-bundle-1085/product_24408480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-path-through-the-long-grass-1875-canvas-14x19-inches/product_245593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyle-hi-fi-stereo-class-t-amp-2-channel-90-watts-black-pfa300/product_24551108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyle-home-pdicbt852rd-8-bluetooth-ceiling-wall-speakers/product_23974777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyle-home-theater-audio-receiver-sound-system-with-bluetooth-pda7bu-black/product_24357504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-4-pack/product_SS229317022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-road-to-versailles-canvas-art-35x47-inches/product_246499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-24-gusseted-poly-bags-2-mil-clear-1000-carton-pb4288/product_24328922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-24-gusseted-poly-bags-bags-on-a-roll-1-mil-clear-1000-roll-1398r/product_939282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-11-x-14-black-frame-art/product_492533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyle-pro-dual-cassette-decks-pt649d/product_209374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-24-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4137/product_687006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-low-oder-dry-erase-markers-chisel-tip-assorted-inks-16-pack-81045/product_23976813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-3-mil-clear-1000-carton-857/product_361329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-chisel-tip-purple-80008/product_651551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-sets-chisel-set-of-8-pack-of-2-2pk-80078/product_2133303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-22-x-32-canvas-art/product_315472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-30-x-47-canvas-art/product_315473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-14-x-14-canvas-art/product_33730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-18-x-18-canvas-art/product_33729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-36-layflat-poly-bags-2-mil-clear-1000-carton-524/product_939600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-35-x-35-canvas-art/product_33726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyramid-punch-card-time-clock-system-charcoal-2650/product_919884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-4-x-20-gusseted-poly-bags-1-mil-clear-1000-carton-1393/product_939835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyramid-rack-25-pockets-400-3/product_821705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-fine-tip-assorted-colors-4-per-set-3-sets-san86074-3/product_24519378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-4-x-24-gusseted-poly-bags-3-mil-clear-500-carton-1717/product_361607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-3000hd-3500-3550ss-3600ss-3700-time-clocks-100-pack-35100-10/product_412757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-5-32-staples-red-candy-stripe-paper-twist-tie-2000-case/product_948688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/pyramid-timetrax-elite-fingerprint-time-clock-system-silver-black-tteliteek/product_890521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-interlude-a-18-x-24-canvas-art/product_317621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-6-32-ect-shipping-boxes/product_24406974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-mountain-by-moises-levy-10-x-24-canvas-art-ali1135-c1024gg/product_2080994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-300-pack-17900/product_24326187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-travel-pack-30-count-36-carton-22127/product_24326193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-markers-fine-point-assorted-8-pack-16078/product_125310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qanba-drone-2-qann3-joystick-for-playstation-5-4-pc-wired-black/product_24565948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-markers-fine-point-red-12-pack-16002/product_501957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qckminiblackgamingmousepad/product_IM1Y67359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-20-gusseted-poly-bags-1-5-mil-clear-1000-carton-1465/product_361455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qfx-10-in-portable-bluetooth-party-sound-system-2-pack-black-pbx-210/product_24574332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-tulips-in-glass-18-x-24-canvas-art/product_314023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qfx-am-fm-shortwave-3-band-radio-black-r-35/product_24574330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-14-x-19-canvas-art/product_315478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-5-shipping-boxes-32-ect-brown-25-bundle-1085/product_24408480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-16-x-24-canvas-art/product_315479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-6-shipping-boxes-32-ect-white-25-bundle-1086w/product_405847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/express-gift-card/product_SS201881090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-22-x-32-canvas-art/product_315480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-8-corrugated-kraft-boxes-25-bundle-bs100808x/product_24410391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-11-x-14-black-frame-art/product_314904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qfx-portable-fm-radio-with-bluetooth-flashlight-fan-solar-panel-black-r-40-black/product_24574337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-9-x-8-standard-corrugated-shipping-box-200-ect-25-bundle-1098/product_1503811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/extra-gum-spearmint-sugar-free-gum-35-sticks-wmw27611/product_24395903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-16-x-20-wood-frame-art/product_314911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-belt-different-belt-color/product_SS235019212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/100-4x8-ft-invttn-80-mt-gr-562/product_352350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-11-x-14-black-frame-art/product_28504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/100-5x7-flat-cards-square-pol/product_24502986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-artist-graphite-drawing-set-with-bag-set-of-12-800028/product_2245425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-drawing-pencils-3h-pack-of-12/product_1717869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pa-16-x-20-wood-frame-art/product_817157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-11-x-14-wood-frame-art/product_817158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-drawing-pencils-4h-pack-of-12/product_1717867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-16-x-24-canvas-art/product_820825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-graphite-sketch-pencil-sets-art-8b-2h-set-of-12-119065/product_2138169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-22-x-32-canvas-art/product_820824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-graphite-sketch-pencil-sets-art-8b-hb-set-of-6/product_1722339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-maroon-belt/product_171060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0548-w1114mf/product_2082705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/100-pho-crd-5x7-ft-gls-bp-pol/product_1241444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-perfection-novelty-eraser-beige-2-pack-fc185698/product_24394866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/100-x-2400-poly-sheeting-2-mil-white-4385g/product_939393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-yellow-crowd-control-belt-barrier-different-belt-color/product_SS235380406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/100-x-4-poly-sheeting-4-mil-clear-cf404c/product_24406802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-ii-by-michael-tompsett-22-x-32-canvas-art-mt0616-c2232gg/product_2080161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pen-permanent-marker-brush-tip-black-ink-fc800012t/product_2314587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1000-lh-ln-ld-ivory-rd-2c-pis/product_351915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0616-c3047gg/product_2076900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0645-c1624gg/product_2078025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-14-x-19-canvas-art-mt0861-c1419gg/product_2086835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-nougat-brush-178-pack-of-8/product_1721997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-24-x-32-canvas-art-mt0861-c2432gg/product_2081497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quaker-variety-oatmeal-1-51-oz-52-box-220-00482/product_1787241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1000-standard-matte-bc-1s-pis/product_24448715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-candy-starlights-hard-candy-assorted-flavors-80-oz-210-00049/product_183971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-chisel-nib-calligraphy-pens-broad-nib-black-ink-10-pack-67115-pk10/product_1722348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-felt-pens-brush-tip-point-assorted-inks-6-carton-fc167162/product_2321202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-studio-graphite-sketch-pencils-6-set-3-pack/product_1722204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-9-x-12-yellow-clasp-envelopes-10-pack/product_507881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-tk-9400-clutch-drawing-pencil-leads-b-pack-of-10-3-pack/product_1721712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-tk-9400-clutch-drawing-pencils-each-139420/product_2245548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-iv-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0807-b1620bmf/product_2086012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-16-x-24-canvas-art/product_315479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-6-shipping-boxes-32-ect-white-25-bundle-1086w/product_405847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-22-x-32-canvas-art/product_315480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/express-gift-card/product_SS201881090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-8-corrugated-kraft-boxes-25-bundle-bs100808x/product_24410391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-11-x-14-black-frame-art/product_314904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qfx-portable-fm-radio-with-bluetooth-flashlight-fan-solar-panel-black-r-40-black/product_24574337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/10-x-9-x-8-standard-corrugated-shipping-box-200-ect-25-bundle-1098/product_1503811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/extra-gum-spearmint-sugar-free-gum-35-sticks-wmw27611/product_24395903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-16-x-20-wood-frame-art/product_314911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-belt-different-belt-color/product_SS235019212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/100-4x8-ft-invttn-80-mt-gr-562/product_352350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-11-x-14-black-frame-art/product_28504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/100-5x7-flat-cards-square-pol/product_24502986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-drawing-pencils-3h-pack-of-12/product_1717869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pa-16-x-20-wood-frame-art/product_817157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-artist-graphite-drawing-set-with-bag-set-of-12-800028/product_2245425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-11-x-14-wood-frame-art/product_817158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-drawing-pencils-4h-pack-of-12/product_1717867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-16-x-24-canvas-art/product_820825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-graphite-sketch-pencil-sets-art-8b-2h-set-of-12-119065/product_2138169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-22-x-32-canvas-art/product_820824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-graphite-sketch-pencil-sets-art-8b-hb-set-of-6/product_1722339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-maroon-belt/product_171060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0548-w1114mf/product_2082705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/100-pho-crd-5x7-ft-gls-bp-pol/product_1241444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-perfection-novelty-eraser-beige-2-pack-fc185698/product_24394866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/100-x-2400-poly-sheeting-2-mil-white-4385g/product_939393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-yellow-crowd-control-belt-barrier-different-belt-color/product_SS235380406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/100-x-4-poly-sheeting-4-mil-clear-cf404c/product_24406802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-ii-by-michael-tompsett-22-x-32-canvas-art-mt0616-c2232gg/product_2080161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pen-permanent-marker-brush-tip-black-ink-fc800012t/product_2314587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1000-lh-ln-ld-ivory-rd-2c-pis/product_351915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0616-c3047gg/product_2076900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0645-c1624gg/product_2078025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-14-x-19-canvas-art-mt0861-c1419gg/product_2086835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-nougat-brush-178-pack-of-8/product_1721997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-24-x-32-canvas-art-mt0861-c2432gg/product_2081497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quaker-variety-oatmeal-1-51-oz-52-box-220-00482/product_1787241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1000-standard-matte-bc-1s-pis/product_24448715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-chisel-nib-calligraphy-pens-broad-nib-black-ink-10-pack-67115-pk10/product_1722348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-candy-starlights-hard-candy-assorted-flavors-80-oz-210-00049/product_183971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-felt-pens-brush-tip-point-assorted-inks-6-carton-fc167162/product_2321202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-9-x-12-yellow-clasp-envelopes-10-pack/product_507881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-studio-graphite-sketch-pencils-6-set-3-pack/product_1722204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-tk-9400-clutch-drawing-pencil-leads-b-pack-of-10-3-pack/product_1721712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/faber-castell-tk-9400-clutch-drawing-pencils-each-139420/product_2245548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-iv-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0807-b1620bmf/product_2086012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0827-c1219gg/product_2081649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-1-2-x-08-x-18-white-t-shirt-bags-1000-case-1618/product_695959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-brown-kraft-100-box-qua63561/product_917098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fabriano-tiziano-drawing-paper-charcoal-pack-of-10-pk10-71-33030/product_24204689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0829-c1219gg/product_2081648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0827-b1620bmf/product_2085952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-1-4-x-8-3-4-x-14-corrugated-boxes-kraft-25-bundle-11814/product_23978496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fabuloso-all-purpose-cleaner-passion-fruit-169-fl-oz-mx04966a/product_2661623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-9-x-12-kraft-100-box-38711/product_2622593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fabuloso-antibacterial-multipurpose-cleaner-lavender-scent-169-fl-oz-61018224/product_24589958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-1-8-x-8-3-4-x-2-deluxe-literature-mailers-50-bundle-mfl1182k/product_1004916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelopes-9-l-x-12-h-kraft-100-box-qua38090/product_478791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fabuloso-multi-purpose-cleaner-lavender-scent-169-fl-oz-3-carton-153122/product_2637752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fabuloso-multi-purpose-cleaner-lavender-scent-56-fl-oz-6-carton-153041/product_318324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-10-1-2-x-7-1-2-brown-100-box-37875/product_823272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-10-x-15-brown-kraft-100-box-37798/product_510663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-ii-by-michael-tompsett-11-x-14-wood-frame-mt0829-w1114bmf/product_2081831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0862-b1114mf/product_2081761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-50-wicker-pac57095/product_24535268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0861-w1620bmf/product_2085851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-pink-24-x-12-12-rolls-pac57260-12/product_24509718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-designer-art-paper-sheets-12-x18-25-assorted-colors-100-sheets-pack/product_875848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-3-4-x-10-3-4-x-2-1-4-deluxe-literature-mailers-50-bundle-mfl3rbk/product_1499822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-3-4-x10-3-4-x2-1-4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL3RB/product_630512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-12-l-brite-blue-57178/product_2431731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-11-x-14-wood-frame-art/product_24252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-38-x8-19-x12-38-Hazmat-Shipping-Box-275-ECT-HAZ1121/product_946248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-12-l-white-57018/product_2431726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-16-x-20-wood-frame-art/product_24247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-clearclasp-redi-tac-catalog-envelopes-6-x-9-brown-kraft-100-box-qua43468/product_812457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-planet-alignment-by-conrad-canvas-art-ready-to-hang/product_253723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-fashion-clasp-moistenable-glue-catalog-envelope-9-x-12-blue-10-pack-38737/product_507885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-tu-tone-brick-p0056475/product_636723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-8-75-shipping-boxes-32-ect-white-25-bundle-1188w/product_630325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-self-seal-98-catalog-envelope-10-x-15-white-100-box-r1660/product_827946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-l-x-8-w-x-2-h-retention-packaging-brown-each-kor107/product_946267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plum-brandy-1877-16-x-24-canvas-art/product_493744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plum-brandy-1877-22-x-32-canvas-art/product_492594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plum-brandy-1877-30-x-47-canvas-art/product_501754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-touch-screen-wipes-cloths-24-pack-dcw/product_634920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-6-currency-envelopes-3-3-8-x-6-brown-500-box-qua50662/product_389378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-12-layflat-poly-bags-1-mil-clear-1000-carton-2351/product_361012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-13-5-self-sealing-fiberboard-mailer-100-carton-mj5/product_24476688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/falcon-safety-hyper-cln-screen-cloth-3-pack-hcncl/product_24411736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-10-x-13-kraft-250-box-41665/product_377337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/falcon-safety-hypercln-cleaning-kit-unscented-8-oz-hcn8/product_24411737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-16-x-16-white-matted-black-frame-ali1114-b1616mf/product_2084425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-14-Photo-Puzzle-PIS/product_1569218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0827-c1219gg/product_2081649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-brown-kraft-100-box-qua63561/product_917098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-1-2-x-08-x-18-white-t-shirt-bags-1000-case-1618/product_695959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fabriano-tiziano-drawing-paper-charcoal-pack-of-10-pk10-71-33030/product_24204689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0829-c1219gg/product_2081648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0827-b1620bmf/product_2085952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-1-4-x-8-3-4-x-14-corrugated-boxes-kraft-25-bundle-11814/product_23978496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fabuloso-all-purpose-cleaner-passion-fruit-169-fl-oz-mx04966a/product_2661623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fabuloso-antibacterial-multipurpose-cleaner-lavender-scent-169-fl-oz-61018224/product_24589958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-9-x-12-kraft-100-box-38711/product_2622593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-1-8-x-8-3-4-x-2-deluxe-literature-mailers-50-bundle-mfl1182k/product_1004916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelopes-9-l-x-12-h-kraft-100-box-qua38090/product_478791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fabuloso-multi-purpose-cleaner-lavender-scent-169-fl-oz-3-carton-153122/product_2637752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fabuloso-multi-purpose-cleaner-lavender-scent-56-fl-oz-6-carton-153041/product_318324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-10-1-2-x-7-1-2-brown-100-box-37875/product_823272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-10-x-15-brown-kraft-100-box-37798/product_510663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-ii-by-michael-tompsett-11-x-14-wood-frame-mt0829-w1114bmf/product_2081831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0862-b1114mf/product_2081761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-50-wicker-pac57095/product_24535268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0861-w1620bmf/product_2085851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-pink-24-x-12-12-rolls-pac57260-12/product_24509718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-designer-art-paper-sheets-12-x18-25-assorted-colors-100-sheets-pack/product_875848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-3-4-x-10-3-4-x-2-1-4-deluxe-literature-mailers-50-bundle-mfl3rbk/product_1499822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-3-4-x10-3-4-x2-1-4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL3RB/product_630512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-12-l-brite-blue-57178/product_2431731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-11-x-14-wood-frame-art/product_24252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-38-x8-19-x12-38-Hazmat-Shipping-Box-275-ECT-HAZ1121/product_946248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-12-l-white-57018/product_2431726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-place-du-theatre-16-x-20-wood-frame-art/product_24247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-clearclasp-redi-tac-catalog-envelopes-6-x-9-brown-kraft-100-box-qua43468/product_812457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-planet-alignment-by-conrad-canvas-art-ready-to-hang/product_253723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-fashion-clasp-moistenable-glue-catalog-envelope-9-x-12-blue-10-pack-38737/product_507885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-tu-tone-brick-p0056475/product_636723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-8-75-shipping-boxes-32-ect-white-25-bundle-1188w/product_630325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-self-seal-98-catalog-envelope-10-x-15-white-100-box-r1660/product_827946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-l-x-8-w-x-2-h-retention-packaging-brown-each-kor107/product_946267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plum-brandy-1877-16-x-24-canvas-art/product_493744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plum-brandy-1877-22-x-32-canvas-art/product_492594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plum-brandy-1877-30-x-47-canvas-art/product_501754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-touch-screen-wipes-cloths-24-pack-dcw/product_634920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-6-currency-envelopes-3-3-8-x-6-brown-500-box-qua50662/product_389378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-12-layflat-poly-bags-1-mil-clear-1000-carton-2351/product_361012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-13-5-self-sealing-fiberboard-mailer-100-carton-mj5/product_24476688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/falcon-safety-hyper-cln-screen-cloth-3-pack-hcncl/product_24411736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-10-x-13-kraft-250-box-41665/product_377337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/falcon-safety-hypercln-cleaning-kit-unscented-8-oz-hcn8/product_24411737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-16-x-16-white-matted-black-frame-ali1114-b1616mf/product_2084425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-14-Photo-Puzzle-PIS/product_1569218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:32:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:32:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fall-fest-pencils-2-144-box/product_2407422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-16-x-16-white-matted-wood-frame-ali1114-w1616mf/product_2084424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-18-x-18-canvas-art-ali1114-c1818gg/product_2085366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-9-1-2-x-12-1-2-kraft-250-box-41565/product_377336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/famous-footwear-gift-card-100-email-delivery/product_1946101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-11-x-14-white-matted-wood-frame-ali1115-w1114mf/product_2077482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-clasp-catalog-envelopes-10-x-13-white-100-box-qua38397/product_742790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/famous-footwear-gift-card-50-email-delivery/product_1946102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-14-reclosable-poly-bags-1-5-mil-clear-1000-pack-prr111415/product_24343801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/famous-footwear-gift-card/product_SS198201040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-14-staples-chipboard-pad-530-case-cp1114/product_948223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fantastik-max-oven-and-grill-cleaner-clean-scent-32-oz-323562/product_24416071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-16-layflat-poly-bags-2-mil-clear-1000-carton-528/product_939141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-16-layflat-poly-bags-4-mil-clear-1000-carton-1186/product_692310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fantastik-multi-surface-disinfectant-degreaser-32-oz-311836/product_24444925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-18-layflat-poly-bags-1-mil-clear-1000-carton-2354/product_361018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-18-layflat-poly-bags-2-mil-clear-1000-carton-529/product_692710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fargo-multi-color-thermal-resin-printer-ribbon-45010/product_IM1DU0106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-4-x-4-corrugated-mailers-50-bundle-m1144/product_1578514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0874-w1114bmf/product_2081728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/farm-tuff-24-x-48-metal-deck-garden-cart-efrw-g/product_391247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-open-end-cd-dvd-envelopes-5-x-5-white-wove-250-box-qua62905/product_813383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pond-and-paintography-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd-psl0319-w1620mf/product_1550933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x11-x2-Partners-Brand-Literature-Mailers-50-Bundle-ML11112/product_1578420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-10-window-envelopes-4-1-8-x-9-1-2-white-wove-500-box-21318/product_513554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-air-freshener-aerosol-refresh-energize-scent-8-8-fl-oz-2-pack-10192/product_24605965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pont-neuf-paris-1872-24-x-32-canvas-art/product_491864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-2-x-19-6-nylon-reinforced-mailer-250-case/product_949118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-2-x-19-nylon-reinforced-self-seal-paper-envelope-mailers-6-250-carton-b889ss/product_630153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-car-air-freshener-cartridge-gain-original-scent-0-06-fl-oz-3077201109/product_24552292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-madonna-meatpacking-11-x-14-black-frame-art/product_812678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-2-x-9-1-2-x-1-gusseted-stayflats-mailers-white-100-ct-rm2g/product_473223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-4-x-9-1-4-x-9-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs120909r/product_24406340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-6-5-x-9-5-brown-kraft-100-box-qua43367/product_813612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-madonna-meatpacking-16-x-20-wood-frame-art/product_812674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-3-deluxe-literature-mailers-50-bundle-mfl1293k/product_1499829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-downy-april-fresh-scent-0-87-fl-oz-3-pack-52369/product_24561380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-6-5-x-9-5-white-wove-100-box-qua43317/product_508886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-linen-sky-scent-0-87-fl-oz-3-pack-54344/product_24561376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-8-x-1-easy-fold-mailers-kraft-50-bundle-m1291k/product_947424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-by-rio-11-x-14-white-matted-silver-frame-ma077-s1114mf/product_2076630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-8-x11-5-8-x2-5-8-Partners-Brand-Side-Loading-Locking-Mailers-50-Bundle-MAL12112/product_426632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-10-double-window-envelopes-4-1-8-x-9-1-2-white-500-box-qua24559/product_886849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-with-refill-linen-sky-scent-0-87-fl-oz-90121/product_24561379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-13-x12-13-x13-56-Hazmat-Shipping-Box-350-ECT-10-Bundle-HAZCO15G/product_948904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-on-niagara-30-x-47-canvas-art/product_314170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-by-kathie-mccurdy-canvas-art-ready-to-hang/product_248566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-16-x-24-canvas-art/product_317473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-window-envelope-4-1-2-x-9-1-2-woven-white-500-box-21438/product_507760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-moonlight-breeze-with-gain-scent-8-8-oz-2-pack-97809/product_2519639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-500-pack-24559-qp-500/product_23995432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spray-hawaiian-aloha-scent-8-8-oz-2-pack-97794/product_2519627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fall-fest-pencils-2-144-box/product_2407422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-16-x-16-white-matted-wood-frame-ali1114-w1616mf/product_2084424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/famous-footwear-gift-card-100-email-delivery/product_1946101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-9-1-2-x-12-1-2-kraft-250-box-41565/product_377336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-18-x-18-canvas-art-ali1114-c1818gg/product_2085366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-11-x-14-white-matted-wood-frame-ali1115-w1114mf/product_2077482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-clasp-catalog-envelopes-10-x-13-white-100-box-qua38397/product_742790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/famous-footwear-gift-card-50-email-delivery/product_1946102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-14-reclosable-poly-bags-1-5-mil-clear-1000-pack-prr111415/product_24343801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/famous-footwear-gift-card/product_SS198201040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-14-staples-chipboard-pad-530-case-cp1114/product_948223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fantastik-max-oven-and-grill-cleaner-clean-scent-32-oz-323562/product_24416071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-16-layflat-poly-bags-2-mil-clear-1000-carton-528/product_939141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-16-layflat-poly-bags-4-mil-clear-1000-carton-1186/product_692310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fantastik-multi-surface-disinfectant-degreaser-32-oz-311836/product_24444925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-18-layflat-poly-bags-1-mil-clear-1000-carton-2354/product_361018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-18-layflat-poly-bags-2-mil-clear-1000-carton-529/product_692710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fargo-multi-color-thermal-resin-printer-ribbon-45010/product_IM1DU0106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x-4-x-4-corrugated-mailers-50-bundle-m1144/product_1578514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0874-w1114bmf/product_2081728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/farm-tuff-24-x-48-metal-deck-garden-cart-efrw-g/product_391247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-open-end-cd-dvd-envelopes-5-x-5-white-wove-250-box-qua62905/product_813383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/11-x11-x2-Partners-Brand-Literature-Mailers-50-Bundle-ML11112/product_1578420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pond-and-paintography-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd-psl0319-w1620mf/product_1550933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-10-window-envelopes-4-1-8-x-9-1-2-white-wove-500-box-21318/product_513554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-air-freshener-aerosol-refresh-energize-scent-8-8-fl-oz-2-pack-10192/product_24605965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pont-neuf-paris-1872-24-x-32-canvas-art/product_491864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-2-x-19-nylon-reinforced-self-seal-paper-envelope-mailers-6-250-carton-b889ss/product_630153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-2-x-19-6-nylon-reinforced-mailer-250-case/product_949118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-car-air-freshener-cartridge-gain-original-scent-0-06-fl-oz-3077201109/product_24552292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-madonna-meatpacking-11-x-14-black-frame-art/product_812678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-2-x-9-1-2-x-1-gusseted-stayflats-mailers-white-100-ct-rm2g/product_473223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-4-x-9-1-4-x-9-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs120909r/product_24406340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-6-5-x-9-5-brown-kraft-100-box-qua43367/product_813612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-madonna-meatpacking-16-x-20-wood-frame-art/product_812674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-3-deluxe-literature-mailers-50-bundle-mfl1293k/product_1499829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-downy-april-fresh-scent-0-87-fl-oz-3-pack-52369/product_24561380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-6-5-x-9-5-white-wove-100-box-qua43317/product_508886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-linen-sky-scent-0-87-fl-oz-3-pack-54344/product_24561376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-8-x-1-easy-fold-mailers-kraft-50-bundle-m1291k/product_947424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-by-rio-11-x-14-white-matted-silver-frame-ma077-s1114mf/product_2076630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-1-8-x11-5-8-x2-5-8-Partners-Brand-Side-Loading-Locking-Mailers-50-Bundle-MAL12112/product_426632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-10-double-window-envelopes-4-1-8-x-9-1-2-white-500-box-qua24559/product_886849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-with-refill-linen-sky-scent-0-87-fl-oz-90121/product_24561379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-13-x12-13-x13-56-Hazmat-Shipping-Box-350-ECT-10-Bundle-HAZCO15G/product_948904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-on-niagara-30-x-47-canvas-art/product_314170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-by-kathie-mccurdy-canvas-art-ready-to-hang/product_248566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-16-x-24-canvas-art/product_317473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-window-envelope-4-1-2-x-9-1-2-woven-white-500-box-21438/product_507760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-moonlight-breeze-with-gain-scent-8-8-oz-2-pack-97809/product_2519639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-500-pack-24559-qp-500/product_23995432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spray-hawaiian-aloha-scent-8-8-oz-2-pack-97794/product_2519627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-5-x-9-reclosable-poly-bags-3-mil-clear-250-carton-4074/product_24449719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-11-x-14-white-matted-black-frame-ma0620-b1114mf/product_2082104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spring-renewal-scent-8-8-oz-96254/product_2519631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0620-w1620bmf/product_2086222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-security-tinted-8-double-window-envelope-3-5-8-x-8-5-8-white-wove-500-pack-24539-500/product_23996464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-fabric-spray-gain-original-27-oz-31971/product_908297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-L-x-12-W-x-36-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS121236/product_557458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-L-x-12-W-x-40-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS121240/product_426277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-heavy-duty-air-freshener-crisp-clean-scent-2-count-8-8-oz-97806/product_2728761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-plug-air-freshener-refill-ocean-scent-0-87-fl-oz-3-pack-71932/product_24605975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-plug-air-freshener-scented-oil-refill-gain-scent-0-87-oz-74903/product_24323923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-plastic-pull-tight-seal-green-100-case-se1005g/product_192037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-popularity-everyone-is-doing-it-by-dan-monteavaro-11-x-14-white-matted-black-frame-ali0970-b1114mf/product_2077565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-9-5-x-12-5-white-wove-100-box-qua44682/product_813438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-6-x-9-white-wove-100-box-qua44182/product_813434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-green-2000-carton-plt12g/product_948735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-red-2000-carton-plt12r/product_948737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-rctngl-adv-lbl-gls-2x4-pis/product_24514656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-security-tinted-10-envelopes-4-1-8-x-9-1-2-white-30-box-qua69112/product_813435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-security-tinted-10-treated-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box/product_683586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0570-w1114mf/product_2082639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-small-spaces-solid-air-freshener-linen-sky-0-25-oz-2-pack-93326ea/product_24430308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-rctngl-adv-lbl-mt-2x4-pol/product_24514702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-1-1-2-plastic-binding-spine-comb-340-sheet-capacity-black-50-pack-52368/product_804712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-self-seal-catalog-envelope-9-x-12-white-100-box-qua44926/product_24452932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-1-1-4-plastic-binding-spine-comb-200-sheet-capacity-black-50-pack-52395/product_804713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0570-w1620mf/product_2083345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-tabletop-with-cutter-impulse-sealer-hjc3105t/product_2653194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0570-c1624gg/product_2080499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-90-sheet-capacity-black-25-pack-52323/product_572681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-ridge-clasp-catalog-envelope-6-x-9-kraft-100-box-43055/product_813606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-wire-tubing-dispenser-1-each/product_360696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-11-x-14-wood-frame-art/product_312016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-14-x-19-canvas-art/product_312012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-04-corrugated-kraft-boxes-25-bundle-bs121004x/product_24406512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-10-x-15-brown-250-carton-qua43862/product_507912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-1-plastic-binding-spine-comb-200-sheet-capacity-black-50-pack-52328/product_804546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-9-l-x-12-h-kraft-25-box-qua93334/product_445595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-12-compartment-literature-organizers-29-x-12-94-dove-gray-25004/product_489827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-expansion-envelope-10-9-10-x-5-brown-25-box-qua93331/product_445548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-24-x-32-canvas-art/product_312014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-sleeves-for-cd-dvd-white-paper-100-box-qua62903/product_518057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-3-shipping-boxes-32-ect-brown-25-bundle-12103/product_426216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelope-10-x-15-white-100-carton-quar4450/product_2622379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-4-literature-mailers-50-bundle-ml12104k/product_1578494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-10-l-x-13-h-white-100-box-quar1590/product_827896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portofino-by-hava-10-x-19-canvas-art-coa-10-x-19-inches/product_248345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-25-pack-52322/product_572679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-6-32-ect-shipping-boxes/product_24409311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-12-l-x-16-h-white-25-box-quar4292/product_813459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-12-l-x-15-5-h-white-100-box-quar1790/product_827880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-36-compartment-literature-organizers-29-x-34-69-dove-gray-25061/product_413794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portugal-watercolor-map-11-x-14-black-frame-art/product_312627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-8-shipping-boxes-32-ect-white-25-bundle-12108w/product_630324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-11-x-14-white-matted-black-frame-ma0620-b1114mf/product_2082104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-spring-renewal-scent-8-8-oz-96254/product_2519631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0620-w1620bmf/product_2086222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-5-x-9-reclosable-poly-bags-3-mil-clear-250-carton-4074/product_24449719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-security-tinted-8-double-window-envelope-3-5-8-x-8-5-8-white-wove-500-pack-24539-500/product_23996464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-fabric-spray-gain-original-27-oz-31971/product_908297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-L-x-12-W-x-36-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS121236/product_557458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-heavy-duty-air-freshener-crisp-clean-scent-2-count-8-8-oz-97806/product_2728761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-L-x-12-W-x-40-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS121240/product_426277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-plug-air-freshener-refill-ocean-scent-0-87-fl-oz-3-pack-71932/product_24605975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-plug-air-freshener-scented-oil-refill-gain-scent-0-87-oz-74903/product_24323923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-popularity-everyone-is-doing-it-by-dan-monteavaro-11-x-14-white-matted-black-frame-ali0970-b1114mf/product_2077565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-plastic-pull-tight-seal-green-100-case-se1005g/product_192037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-6-x-9-white-wove-100-box-qua44182/product_813434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-9-5-x-12-5-white-wove-100-box-qua44682/product_813438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-green-2000-carton-plt12g/product_948735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-red-2000-carton-plt12r/product_948737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-rctngl-adv-lbl-gls-2x4-pis/product_24514656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-security-tinted-10-envelopes-4-1-8-x-9-1-2-white-30-box-qua69112/product_813435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/febreze-small-spaces-solid-air-freshener-linen-sky-0-25-oz-2-pack-93326ea/product_24430308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0570-w1114mf/product_2082639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-security-tinted-10-treated-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box/product_683586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-rctngl-adv-lbl-mt-2x4-pol/product_24514702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-1-1-2-plastic-binding-spine-comb-340-sheet-capacity-black-50-pack-52368/product_804712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-self-seal-catalog-envelope-9-x-12-white-100-box-qua44926/product_24452932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-1-1-4-plastic-binding-spine-comb-200-sheet-capacity-black-50-pack-52395/product_804713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0570-c1624gg/product_2080499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-tabletop-with-cutter-impulse-sealer-hjc3105t/product_2653194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-90-sheet-capacity-black-25-pack-52323/product_572681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0570-w1620mf/product_2083345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-ridge-clasp-catalog-envelope-6-x-9-kraft-100-box-43055/product_813606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-wire-tubing-dispenser-1-each/product_360696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-11-x-14-wood-frame-art/product_312016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-14-x-19-canvas-art/product_312012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-1-plastic-binding-spine-comb-200-sheet-capacity-black-50-pack-52328/product_804546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-10-x-15-brown-250-carton-qua43862/product_507912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-9-l-x-12-h-kraft-25-box-qua93334/product_445595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-04-corrugated-kraft-boxes-25-bundle-bs121004x/product_24406512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-12-compartment-literature-organizers-29-x-12-94-dove-gray-25004/product_489827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-expansion-envelope-10-9-10-x-5-brown-25-box-qua93331/product_445548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-24-x-32-canvas-art/product_312014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-sleeves-for-cd-dvd-white-paper-100-box-qua62903/product_518057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-3-shipping-boxes-32-ect-brown-25-bundle-12103/product_426216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelope-10-x-15-white-100-carton-quar4450/product_2622379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-4-literature-mailers-50-bundle-ml12104k/product_1578494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-10-l-x-13-h-white-100-box-quar1590/product_827896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portofino-by-hava-10-x-19-canvas-art-coa-10-x-19-inches/product_248345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-25-pack-52322/product_572679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-6-32-ect-shipping-boxes/product_24409311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-12-l-x-16-h-white-25-box-quar4292/product_813459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-12-l-x-15-5-h-white-100-box-quar1790/product_827880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-36-compartment-literature-organizers-29-x-34-69-dove-gray-25061/product_413794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portugal-watercolor-map-11-x-14-black-frame-art/product_312627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-8-shipping-boxes-32-ect-white-25-bundle-12108w/product_630324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-tech-no-tear-redi-strip-catalog-envelopes-10-x-13-white-100-box-qua77397/product_639695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-50-indoor-outdoor-extension-cord-orange-99598/product_IM1G25057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-14-x-19-canvas-art/product_317390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-22-x-32-canvas-art/product_317392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-postcard-sketches-iii-by-anne-tavoletti-11-x-11-white-matted-silver-frame-wap0092-s1111mf/product_2079248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-11-x-14-white-matted-wood-frame-ali1123-w1114mf/product_2077526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quarantine-snack-box-42-box-700-00085/product_24465651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-4-mil-pink-500-carton-4050/product_940072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-35-x-47-canvas-art-ali1123-c3547gg/product_2080765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-professional-am3s-energy-star-true-hepa-console-air-purifier-stainless-9450001/product_1713707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-14-x-19-canvas-art/product_492626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-heavy-duty-48-ect-double-wall-shipping-boxes/product_24408078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-16-x-20-black-frame-art/product_492375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-se-hepa-carbon-air-purifier-filter-13-x-10-dia-9787801/product_24551129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-standard-shipping-boxes-32-ect-kraft-25-bundle-121212/product_415595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-se-true-hepa-tower-air-purifier-3-speed-white-9794601/product_24551130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-16-shipping-boxes-32-ect-brown-25-bundle-121216/product_557453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-18-shipping-boxes-white-25-bundle-181212w/product_557441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-combo-dry-erase-bulletin-board-black-frame-23-x-35-79284/product_817537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-contour-fabric-bulletin-board-black-frame-2-h-x-3-w-7693g/product_518696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-contour-fabric-bulletin-board-black-frame-3-h-x-4-w-7694g/product_463285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-ap-300ph-activated-carbon-air-purifier-filter-9372101/product_424831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-24-gusseted-poly-bags-3-mil-clear-250-carton-1742/product_693210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-cork-bulletin-board-black-frame-11-h-x-17-w-79279/product_814937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preludio-35-x-35-canvas-art/product_33877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-30-gusseted-poly-bags-3-mil-clear-250-carton-1743/product_361635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preparations-30-x-47-canvas-art/product_818020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-cork-enclosed-bulletin-board-aluminum-frame-3-h-x-2-w-2363/product_852328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-array-as2-true-hepa-floor-standing-air-purifier-5-speed-white-5884501/product_24563195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-4-corrugated-boxes-25-bundle-12124w/product_1578432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-designer-tack-write-combination-dry-erase-whiteboard-plastic-frame-3-x-2-06545bk/product_440327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-brooklyn-bridge-canvas-art-10x32-inches/product_247660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-40-shipping-boxes-32-ect-brown-20-bundle-bs121240/product_2647527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-designer-tack-write-melamine-dry-erase-whiteboard-plastic-frame-2-x-1-5-06355bk/product_440326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-dry-erase-magnets-assorted-colors-3-pack-26252/product_1742301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs121206/product_24406803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-100m-100-sheet-micro-cut-commercial-shredder-4629001/product_24403840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-by-a-nose-canvas-art-10x32-inches/product_247634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-8-shipping-boxes-32-ect-white-25-bundle-12128w/product_630346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-flowers-canvas-art-18x24-inches/product_247672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-glass-board-dry-erase-markers-bullet-tip-assorted-4-pack-79552/product_2764241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-bankers-box-stor-drawer-stackable-storage-white-blue-6-carton-00722ct/product_24522000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-going-home-canvas-art-16x47-inches/product_247922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quality-park-tech-no-tear-redi-strip-catalog-envelopes-10-x-13-white-100-box-qua77397/product_639695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-50-indoor-outdoor-extension-cord-orange-99598/product_IM1G25057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-22-x-32-canvas-art/product_317392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-14-x-19-canvas-art/product_317390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-postcard-sketches-iii-by-anne-tavoletti-11-x-11-white-matted-silver-frame-wap0092-s1111mf/product_2079248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-11-x-14-white-matted-wood-frame-ali1123-w1114mf/product_2077526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quarantine-snack-box-42-box-700-00085/product_24465651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-4-mil-pink-500-carton-4050/product_940072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-35-x-47-canvas-art-ali1123-c3547gg/product_2080765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-heavy-duty-48-ect-double-wall-shipping-boxes/product_24408078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-14-x-19-canvas-art/product_492626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-professional-am3s-energy-star-true-hepa-console-air-purifier-stainless-9450001/product_1713707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-16-x-20-black-frame-art/product_492375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-se-hepa-carbon-air-purifier-filter-13-x-10-dia-9787801/product_24551129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-se-true-hepa-tower-air-purifier-3-speed-white-9794601/product_24551130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-standard-shipping-boxes-32-ect-kraft-25-bundle-121212/product_415595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-16-shipping-boxes-32-ect-brown-25-bundle-121216/product_557453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-18-shipping-boxes-white-25-bundle-181212w/product_557441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-combo-dry-erase-bulletin-board-black-frame-23-x-35-79284/product_817537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-contour-fabric-bulletin-board-black-frame-2-h-x-3-w-7693g/product_518696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-contour-fabric-bulletin-board-black-frame-3-h-x-4-w-7694g/product_463285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-ap-300ph-activated-carbon-air-purifier-filter-9372101/product_424831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-24-gusseted-poly-bags-3-mil-clear-250-carton-1742/product_693210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-cork-bulletin-board-black-frame-11-h-x-17-w-79279/product_814937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preludio-35-x-35-canvas-art/product_33877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-30-gusseted-poly-bags-3-mil-clear-250-carton-1743/product_361635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preparations-30-x-47-canvas-art/product_818020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-cork-enclosed-bulletin-board-aluminum-frame-3-h-x-2-w-2363/product_852328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-4-corrugated-boxes-25-bundle-12124w/product_1578432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-brooklyn-bridge-canvas-art-10x32-inches/product_247660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-array-as2-true-hepa-floor-standing-air-purifier-5-speed-white-5884501/product_24563195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-designer-tack-write-combination-dry-erase-whiteboard-plastic-frame-3-x-2-06545bk/product_440327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-40-shipping-boxes-32-ect-brown-20-bundle-bs121240/product_2647527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-dry-erase-magnets-assorted-colors-3-pack-26252/product_1742301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-designer-tack-write-melamine-dry-erase-whiteboard-plastic-frame-2-x-1-5-06355bk/product_440326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-by-a-nose-canvas-art-10x32-inches/product_247634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-100m-100-sheet-micro-cut-commercial-shredder-4629001/product_24403840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs121206/product_24406803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-flowers-canvas-art-18x24-inches/product_247672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-bankers-box-stor-drawer-stackable-storage-white-blue-6-carton-00722ct/product_24522000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-glass-board-dry-erase-markers-bullet-tip-assorted-4-pack-79552/product_2764241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-8-shipping-boxes-32-ect-white-25-bundle-12128w/product_630346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-going-home-canvas-art-16x47-inches/product_247922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-2-mil-clear-1000-carton-530/product_939602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-guiness-for-strength-canvas-art-12x32-inches/product_247926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-ireland-green-canvas-art-12x32-inches/product_247932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-i-cork-bar-aluminum-frame-1-h-x-24-w-2004/product_382224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-callisto-95-thermal-cold-laminator-9-5-width-silver-black-5728401/product_398764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-whiteboard-black-8-x-4-g9648b/product_229995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-antistatic-layflat-poly-bags-4-mil-pink-500-carton-12175/product_691992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-classic-presentation-cover-8-74-x-11-26-navy-50-pack-52126/product_326911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-new-york-bench-canvas-art-ready-to-hang-10x32-inches/product_247681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-instant-easel-display-easel-63-black-aluminum-29e/product_875379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-gusseted-poly-bags-2-25-mil-white-1000-carton-6727/product_24449646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-bart-fence-canvas-art-35x47-inches/product_247959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-mil-clear-1000-carton-6687/product_939254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-hook-black-steel-2015m/product_496370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-black-1000-carton-pb3670bk/product_256293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-painted-steel-dry-erase-whiteboard-particle-board-frame-17-x-23-13765/product_1739905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-letter-size-ultra-clear-100-pack-5242501/product_70456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-turks-pier-canvas-art-8x24-inches/product_247977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-porcelain-in-out-board-black-frame-11-x-14-qrt750/product_507119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-adjustable-keyboard-tray-black-8017801/product_870727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-clear-1000-carton-3980a/product_939367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-yellow-1000-carton-pb3670y/product_256298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-executive-binding-cover-letter-black-200-pack-5229101/product_2434702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-3-mil-brown-1000-carton-pb12107/product_23978308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-energizer-tilt-adjustable-footrests-charcoal-blue-gray-8068001/product_1116777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-oval-office-fabric-bulletin-board-frameless-3-h-x-4-w-7684g/product_518795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-desk-tray-stacking-supports-steel-black-set-63112/product_120022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-letter-size-black-200-pack-5217001/product_935749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-letter-size-navy-200-pack-52098/product_804686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-premium-eraser-eba05/product_420767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-35-x-47-canvas-art/product_317402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-total-erase-dry-erase-whiteboard-aluminum-frame-8-x-4-te548ap2/product_219858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-foam-wrist-rest-black-9178201/product_659107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-11-x-14-wood-frame-art/product_314996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-16-x-20-black-frame-art/product_314991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-200/product_426805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-8-5-w-x-11-h-black-25-pack-5224901/product_789368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-foam-bulletin-board-aluminum-frame-4-h-x-6-w-b347a/product_462284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-square-format-14-x-14-canvas-art/product_314998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-magnetic-total-erase-calendar-whiteboard-graphite-frame-3-x-2-4mcp23p2/product_230003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-oversize-frosted-presentation-covers-8-75-w-x-11-25-h-clear-25-pack-5224201/product_719630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-01-30-x-47-canvas-art/product_817995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-02-14-x-14-canvas-art/product_817713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-mouse-pad-wrist-rest-combo-non-skid-base-sapphire-black-98741/product_342354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-easel-black-chalkboard-oak-finish-hardwood-frame-6-w-x-4-h-wtr406-810/product_737675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-17-cool-shield-self-sealing-bubble-mailer-3-16-silver-50-case-inm1217/product_947394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-non-skid-series-mouse-pad-wrist-rest-combo/product_SS223469321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-guiness-for-strength-canvas-art-12x32-inches/product_247926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-2-mil-clear-1000-carton-530/product_939602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-ireland-green-canvas-art-12x32-inches/product_247932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-i-cork-bar-aluminum-frame-1-h-x-24-w-2004/product_382224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-callisto-95-thermal-cold-laminator-9-5-width-silver-black-5728401/product_398764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-whiteboard-black-8-x-4-g9648b/product_229995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-antistatic-layflat-poly-bags-4-mil-pink-500-carton-12175/product_691992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-classic-presentation-cover-8-74-x-11-26-navy-50-pack-52126/product_326911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-new-york-bench-canvas-art-ready-to-hang-10x32-inches/product_247681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-instant-easel-display-easel-63-black-aluminum-29e/product_875379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-gusseted-poly-bags-2-25-mil-white-1000-carton-6727/product_24449646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-bart-fence-canvas-art-35x47-inches/product_247959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-hook-black-steel-2015m/product_496370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-mil-clear-1000-carton-6687/product_939254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-black-1000-carton-pb3670bk/product_256293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-porcelain-in-out-board-black-frame-11-x-14-qrt750/product_507119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-turks-pier-canvas-art-8x24-inches/product_247977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-painted-steel-dry-erase-whiteboard-particle-board-frame-17-x-23-13765/product_1739905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-adjustable-keyboard-tray-black-8017801/product_870727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-letter-size-ultra-clear-100-pack-5242501/product_70456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-clear-1000-carton-3980a/product_939367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-yellow-1000-carton-pb3670y/product_256298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-energizer-tilt-adjustable-footrests-charcoal-blue-gray-8068001/product_1116777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-3-mil-brown-1000-carton-pb12107/product_23978308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-oval-office-fabric-bulletin-board-frameless-3-h-x-4-w-7684g/product_518795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-executive-binding-cover-letter-black-200-pack-5229101/product_2434702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-desk-tray-stacking-supports-steel-black-set-63112/product_120022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-premium-eraser-eba05/product_420767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-35-x-47-canvas-art/product_317402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-letter-size-black-200-pack-5217001/product_935749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-letter-size-navy-200-pack-52098/product_804686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-total-erase-dry-erase-whiteboard-aluminum-frame-8-x-4-te548ap2/product_219858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-foam-wrist-rest-black-9178201/product_659107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-11-x-14-wood-frame-art/product_314996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-16-x-20-black-frame-art/product_314991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-200/product_426805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-foam-bulletin-board-aluminum-frame-4-h-x-6-w-b347a/product_462284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-8-5-w-x-11-h-black-25-pack-5224901/product_789368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-square-format-14-x-14-canvas-art/product_314998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-magnetic-total-erase-calendar-whiteboard-graphite-frame-3-x-2-4mcp23p2/product_230003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-oversize-frosted-presentation-covers-8-75-w-x-11-25-h-clear-25-pack-5224201/product_719630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-01-30-x-47-canvas-art/product_817995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-mouse-pad-wrist-rest-combo-non-skid-base-sapphire-black-98741/product_342354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-02-14-x-14-canvas-art/product_817713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-easel-black-chalkboard-oak-finish-hardwood-frame-6-w-x-4-h-wtr406-810/product_737675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-17-cool-shield-self-sealing-bubble-mailer-3-16-silver-50-case-inm1217/product_947394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-gel-non-skid-series-mouse-pad-wrist-rest-combo/product_SS223469321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-11-x-14-black-frame-art/product_496524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-silhouette-total-erase-easel-whiteboard-flipchart-black-frame-75-h/product_489867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-show-it-display-6-x-3-blue-gray-sb93513q/product_413247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-35-x-47-canvas-art/product_492573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-tin-dry-erase-board-1-x-1-assorted-colors-tsq1212a/product_228094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-11-x-14-wood-frame-art/product_315498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-16-x-20-black-frame-art/product_315493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-hepa-air-purifier-filter-13-13-x-11-x-1-19-4-pack-9370001/product_24570032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-workstation-privacy-screen-64-h-x-38-w-polycarbonate-non-tackable-mobile-partition-clear-wps2000/product_689615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-hepa-air-purifier-filter-13-13-x-11-x-1-19-9370001/product_424844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-22-x-32-canvas-art/product_315496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-30-x-47-canvas-art/product_315497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-12-63-x-11-25-laptop-stand-black-gray-8212001/product_24462757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-principles-by-cateyes-canvas-art-ready-to-hang-22x32-inches/product_253583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-18-reclosable-poly-bags-1-5-mil-clear-1000-pack-prr121815/product_24343822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-19-gusseted-poly-bags-1-mil-clear-1000-carton-8043/product_361645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-promise-of-spring-18-x-24-canvas-art/product_314029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quercetti-kaleido-gears-qrc2341/product_24493382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-promise-of-spring-24-x-32-canvas-art/product_314030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-plastic-document-stand-with-clip-white-gray-9311501/product_85703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-10-x-32-canvas-art-ali1144-c1032gg/product_2078794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-mouse-pad-wrist-rest-combo-gray-9311801/product_213664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-20-gusseted-poly-bags-1-5-mil-clear-500-carton-pbg135/product_23977878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-2-mil-clear-1000-carton-545/product_939610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quercetti-tecno-jumbo-toolbox-qrc6150/product_24493401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-4-mil-clear-500-carton-1215/product_939793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-16-x-20-black-frame-art/product_313423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-thermal-laminating-pouches-letter-size-3-mil-100-pack-52454/product_572973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-20-reclosable-poly-bags-6-mil-clear-250-carton-pb4275/product_24329000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-2000-60-gauge-cast-stretch-film-4-carton-sf126cast/product_449788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-24-gusseted-poly-bags-bags-on-a-roll-2-mil-clear-500-roll-1605r/product_939304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-conepro-600-2-woven-nylon-crowd-control-traffic-cone-belt-barrier-red-white-cp600o-rw300/product_24472605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-jupiter-2-125-thermal-cold-laminator-12-5-width-black-silver-5734101/product_70458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-fabric-black/product_747842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-3-mil-clear-500-carton-885/product_939713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-leatherette-black/product_747841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-with-microban-protection-black-9183201/product_2755329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0588-c1219gg/product_2079129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-with-microban-protection-black-fel9183201/product_2614349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-30-layflat-poly-bags-2-mil-clear-1000-carton-552/product_939612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-30-layflat-poly-bags-4-mil-clear-500-carton-1222/product_361095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-16-x-20-wood-frame-mt0588-w1620mf/product_2083291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0588-c2232gg/product_2077378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-horizontal-crowd-control-barrier-post-storage-cart-black-stcart12h/product_24472654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x24-mahogany-desk-base-sold-separately-9650401/product_24356979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps123-c3535gg-high-noon-siesta-by-pat-saunders-white-35-x-35-frameless-art/product_1554134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-4-x-4-corrugated-mailers-50-bundle-m1244k/product_1499835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-mahogany-desk-base-sold-separately-9650501/product_24356981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps123-c1414gg-high-noon-siesta-by-pat-saunders-white-14-x-14-frameless-art/product_1554137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x24-maple-desk-base-sold-separately-9649701/product_24356980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-11-x-14-black-frame-art/product_496524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-35-x-47-canvas-art/product_492573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-show-it-display-6-x-3-blue-gray-sb93513q/product_413247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-silhouette-total-erase-easel-whiteboard-flipchart-black-frame-75-h/product_489867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-tin-dry-erase-board-1-x-1-assorted-colors-tsq1212a/product_228094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-11-x-14-wood-frame-art/product_315498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-16-x-20-black-frame-art/product_315493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-hepa-air-purifier-filter-13-13-x-11-x-1-19-4-pack-9370001/product_24570032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quartet-workstation-privacy-screen-64-h-x-38-w-polycarbonate-non-tackable-mobile-partition-clear-wps2000/product_689615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-hepa-air-purifier-filter-13-13-x-11-x-1-19-9370001/product_424844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-22-x-32-canvas-art/product_315496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-30-x-47-canvas-art/product_315497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-12-63-x-11-25-laptop-stand-black-gray-8212001/product_24462757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-principles-by-cateyes-canvas-art-ready-to-hang-22x32-inches/product_253583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-19-gusseted-poly-bags-1-mil-clear-1000-carton-8043/product_361645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-18-reclosable-poly-bags-1-5-mil-clear-1000-pack-prr121815/product_24343822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-promise-of-spring-18-x-24-canvas-art/product_314029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quercetti-kaleido-gears-qrc2341/product_24493382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-promise-of-spring-24-x-32-canvas-art/product_314030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-plastic-document-stand-with-clip-white-gray-9311501/product_85703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-10-x-32-canvas-art-ali1144-c1032gg/product_2078794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-mouse-pad-wrist-rest-combo-gray-9311801/product_213664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-20-gusseted-poly-bags-1-5-mil-clear-500-carton-pbg135/product_23977878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-2-mil-clear-1000-carton-545/product_939610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quercetti-tecno-jumbo-toolbox-qrc6150/product_24493401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-4-mil-clear-500-carton-1215/product_939793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-16-x-20-black-frame-art/product_313423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-thermal-laminating-pouches-letter-size-3-mil-100-pack-52454/product_572973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-20-reclosable-poly-bags-6-mil-clear-250-carton-pb4275/product_24329000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-2000-60-gauge-cast-stretch-film-4-carton-sf126cast/product_449788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-24-gusseted-poly-bags-bags-on-a-roll-2-mil-clear-500-roll-1605r/product_939304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-conepro-600-2-woven-nylon-crowd-control-traffic-cone-belt-barrier-red-white-cp600o-rw300/product_24472605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-jupiter-2-125-thermal-cold-laminator-12-5-width-black-silver-5734101/product_70458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-fabric-black/product_747842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-3-mil-clear-500-carton-885/product_939713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-leatherette-black/product_747841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-with-microban-protection-black-9183201/product_2755329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0588-c1219gg/product_2079129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-with-microban-protection-black-fel9183201/product_2614349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-30-layflat-poly-bags-2-mil-clear-1000-carton-552/product_939612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-30-layflat-poly-bags-4-mil-clear-500-carton-1222/product_361095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0588-c2232gg/product_2077378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-16-x-20-wood-frame-mt0588-w1620mf/product_2083291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-horizontal-crowd-control-barrier-post-storage-cart-black-stcart12h/product_24472654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x24-mahogany-desk-base-sold-separately-9650401/product_24356979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps123-c3535gg-high-noon-siesta-by-pat-saunders-white-35-x-35-frameless-art/product_1554134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-4-x-4-corrugated-mailers-50-bundle-m1244k/product_1499835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-mahogany-desk-base-sold-separately-9650501/product_24356981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps123-c1414gg-high-noon-siesta-by-pat-saunders-white-14-x-14-frameless-art/product_1554137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x24-maple-desk-base-sold-separately-9649701/product_24356980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-maple-desk-base-sold-separately-9649801/product_24356982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps128-c3535gg-nugget-by-pat-saunders-white-35-x-35-frameless-art/product_1554115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps128-c1818gg-nugget-by-pat-saunders-white-18-x-18-frameless-art/product_1554132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-gray-qm550ps-gy110/product_24485254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c1414gg-reborn-by-pat-saunders-white-14-x-14-frameless-art/product_1552870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx200-12-sheet-micro-cut-shredder-5015101/product_24403770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-gray-pro300b-gy160/product_24485289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-6-corrugated-mailers-50-bundle-m1266k/product_1499833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx200-shredders/product_SS132862653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-b1620mf-a-very-long-story-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-60-Gauge-x-2500-Reynolon-5044-PVC-Shrink-Film-1-Roll/product_946438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-c1624gg-a-very-long-story-by-philippe-sainte-laudy-16-x-24-frmls-art/product_1551082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx820-classic-desktop-stapler-20-sheet-capacity-white-5011401/product_24517283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1605/product_939854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx840-desktop-stapler-25-sheet-capacity-black-5010601/product_24555485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-3-literature-mailers-50-bundle-ml1283k/product_1578489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0297-c1624gg-beautiful-switzerland-by-philippe-sainte-laudy-16x24-frmls-art/product_1551081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-red-pro300ps-rd160/product_24485253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-yellow-pro300ps-yw160/product_24485251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx860-easypress-desktop-stapler-40-sheet-capacity-white-5014301/product_24550053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-5-shipping-boxes-32-ect-brown-25-bundle-1285/product_557506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-b1114mf-bouquet-of-colors-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx870-desktop-stapler-40-sheet-capacity-black-5014601/product_24555486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx890-hand-held-stapler-40-sheet-capacity-black-5014801/product_24555487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-9-layflat-poly-bags-1-mil-clear-1000-pack-pb2305/product_24407914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0299-c2232gg-breath-of-fresh-air-by-philippe-sainte-laudy-22x32-frmls-art/product_1553333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-steel-crowd-control-barrier-black-protwin250b-bk110/product_24472557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-black-red-protwin250b-rd110/product_24472535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-5-shipping-boxes-32-ect-brown-25-bundle-1295/product_557508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-red-yellow-black-spro335r-yb335/product_24472630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-microban-mouse-pad-black-5933901/product_565823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-yellow-red-white-spro335y-rw335/product_24472627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-microshred-225mi-16-sheet-micro-cut-commercial-shredder-4620001/product_946198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0300-c1624gg-carry-me-away-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1551076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-c1624gg-distances-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-11-retractable-belt-barrier-red-wmr250b-rwa110/product_24472661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-11-retractable-belt-barrier-red-wmr250o-rd110/product_24472567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-15-06-w-x-10-5-d-plastic-laptop-riser-black-silver-8032001/product_565301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-19-nylon-crowd-control-belt-barrier-yellow-red-white-black-wmr250y-rwd110/product_24472668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-desktop-plastic-document-stand-with-clip-guide-bar-black-silver-8033201/product_565353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-w1620mf-endless-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-5-sheet-1-5-pol/product_24469149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-c1219gg-eternity-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-mt-3x5-pol-dpf/product_24471375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-wmr250b-ybo110/product_24472618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-b1620mf-ethereal-by-philippe-sainte-laudy-16-x-20-framed-art-wht-mtd/product_1551129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-maple-desk-base-sold-separately-9649801/product_24356982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps128-c3535gg-nugget-by-pat-saunders-white-35-x-35-frameless-art/product_1554115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps128-c1818gg-nugget-by-pat-saunders-white-18-x-18-frameless-art/product_1554132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-gray-qm550ps-gy110/product_24485254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c1414gg-reborn-by-pat-saunders-white-14-x-14-frameless-art/product_1552870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-c1624gg-a-very-long-story-by-philippe-sainte-laudy-16-x-24-frmls-art/product_1551082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-60-Gauge-x-2500-Reynolon-5044-PVC-Shrink-Film-1-Roll/product_946438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-b1620mf-a-very-long-story-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx200-shredders/product_SS132862653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-6-corrugated-mailers-50-bundle-m1266k/product_1499833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-gray-pro300b-gy160/product_24485289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx200-12-sheet-micro-cut-shredder-5015101/product_24403770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx820-classic-desktop-stapler-20-sheet-capacity-white-5011401/product_24517283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1605/product_939854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-3-literature-mailers-50-bundle-ml1283k/product_1578489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx840-desktop-stapler-25-sheet-capacity-black-5010601/product_24555485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0297-c1624gg-beautiful-switzerland-by-philippe-sainte-laudy-16x24-frmls-art/product_1551081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-red-pro300ps-rd160/product_24485253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-yellow-pro300ps-yw160/product_24485251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx860-easypress-desktop-stapler-40-sheet-capacity-white-5014301/product_24550053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-5-shipping-boxes-32-ect-brown-25-bundle-1285/product_557506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-b1114mf-bouquet-of-colors-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx870-desktop-stapler-40-sheet-capacity-black-5014601/product_24555486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-lx890-hand-held-stapler-40-sheet-capacity-black-5014801/product_24555487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-9-layflat-poly-bags-1-mil-clear-1000-pack-pb2305/product_24407914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0299-c2232gg-breath-of-fresh-air-by-philippe-sainte-laudy-22x32-frmls-art/product_1553333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-black-red-protwin250b-rd110/product_24472535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-steel-crowd-control-barrier-black-protwin250b-bk110/product_24472557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-red-yellow-black-spro335r-yb335/product_24472630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-5-shipping-boxes-32-ect-brown-25-bundle-1295/product_557508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-microban-mouse-pad-black-5933901/product_565823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-yellow-red-white-spro335y-rw335/product_24472627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-microshred-225mi-16-sheet-micro-cut-commercial-shredder-4620001/product_946198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0300-c1624gg-carry-me-away-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1551076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-c1624gg-distances-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-11-retractable-belt-barrier-red-wmr250b-rwa110/product_24472661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-11-retractable-belt-barrier-red-wmr250o-rd110/product_24472567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-15-06-w-x-10-5-d-plastic-laptop-riser-black-silver-8032001/product_565301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-desktop-plastic-document-stand-with-clip-guide-bar-black-silver-8033201/product_565353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-19-nylon-crowd-control-belt-barrier-yellow-red-white-black-wmr250y-rwd110/product_24472668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-w1620mf-endless-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-5-sheet-1-5-pol/product_24469149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-c1219gg-eternity-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-mt-3x5-pol-dpf/product_24471375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-wmr250b-ybo110/product_24472618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-b1620mf-ethereal-by-philippe-sainte-laudy-16-x-20-framed-art-wht-mtd/product_1551129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-c1219gg-ethereal-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-blue-wmr250o-bl110/product_24472570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-underdesk-keyboard-drawer-9140304/product_375573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-orion-comb-binding-machine-500-sheet-capacity-silver-5643201/product_398763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-c1219gg-excited-oxygen-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-cubicle-clips-dark-graphite-4-pack-75270/product_495727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr250o-ybcip110/product_24472645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-steel-wire-mesh-double-coat-hook-black/product_806701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-plastic-name-plate-dark-graphite-75906/product_503685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-mt-4x6-pis/product_24514605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-w1114mf-excited-oxygen-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-4x4-pis/product_24514699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-2x2-pis/product_24514579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-w1620mf-giant-sequoia-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-plastic-document-stand-with-clip-guide-bar-platinum-graphite-fel21126/product_916892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-4x4-pol/product_24514675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1241425/product_1241425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/124-x-45-layflat-poly-bags-bags-on-a-roll-3-mil-clear-40-roll-3217/product_24449528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-blue-wmr250b-bl110/product_24472602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-mouse-pad-wrist-rest-combo-graphite-9252201/product_934992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-square-pol/product_24502979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-wrist-rest-blue-9287401/product_1116785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-mouse-pad-wrist-rest-combo-gray-lattice-9549701/product_2343112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-yellow-2-pack-wmr250b-yw110/product_24472534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-red-wmr250r-rwnp110/product_24472554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-red-wmr250b-rwnp110/product_24472680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-polyester-mouse-pad-non-skid-rubber-backing-blue-58021/product_901384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-25-x-10-25-x-12-multi-depth-shipping-box-32-ect-kraft-25-bundle-bs131012md/product_405052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-16-retractable-belt-barrier-yellow-wmr300b-ybc110/product_24472588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-13-x-17-75-self-sealing-bubble-mailer-6-white-50-carton-cw56657/product_947382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-11c-11-sheet-cross-cut-personal-shredder-4350001/product_24369207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-barrier-orange-red-wmr300o-rwd160/product_24472659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-barrier-orange-yellow-wmr300o-ybc160/product_24472564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-blue-wmr300b-bl160/product_24472632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-b1620mf-let-it-be-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1551055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-12c-12-sheet-cross-cut-personal-shredder-7120003/product_24343401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300b-rwnp160/product_24472571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-485i-38-sheet-strip-cut-industrial-shredder-38480/product_967270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-yellow-wmr300b-ybo110/product_24472586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c1219gg-monch-switzerland-by-philippe-sainte-laudy-19-x-12-frmls-art/product_1552499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-10-x-8-32-ect-shipping-boxes/product_24406371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-79ci-16-sheet-cross-cut-commercial-shredder-3227901-3227917/product_703104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-99ci-18-sheet-cross-cut-commercial-shredder-3229901/product_703107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-c1219gg-ethereal-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-blue-wmr250o-bl110/product_24472570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-underdesk-keyboard-drawer-9140304/product_375573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-orion-comb-binding-machine-500-sheet-capacity-silver-5643201/product_398763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-c1219gg-excited-oxygen-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-cubicle-clips-dark-graphite-4-pack-75270/product_495727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr250o-ybcip110/product_24472645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-steel-wire-mesh-double-coat-hook-black/product_806701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-mt-4x6-pis/product_24514605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-plastic-name-plate-dark-graphite-75906/product_503685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-w1114mf-excited-oxygen-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-4x4-pis/product_24514699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-2x2-pis/product_24514579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-w1620mf-giant-sequoia-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-plastic-document-stand-with-clip-guide-bar-platinum-graphite-fel21126/product_916892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-4x4-pol/product_24514675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/124-x-45-layflat-poly-bags-bags-on-a-roll-3-mil-clear-40-roll-3217/product_24449528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1241425/product_1241425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-blue-wmr250b-bl110/product_24472602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-mouse-pad-wrist-rest-combo-graphite-9252201/product_934992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-mouse-pad-wrist-rest-combo-gray-lattice-9549701/product_2343112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-red-wmr250r-rwnp110/product_24472554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-wrist-rest-blue-9287401/product_1116785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-red-wmr250b-rwnp110/product_24472680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-yellow-2-pack-wmr250b-yw110/product_24472534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-square-pol/product_24502979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-polyester-mouse-pad-non-skid-rubber-backing-blue-58021/product_901384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-11c-11-sheet-cross-cut-personal-shredder-4350001/product_24369207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-25-x-10-25-x-12-multi-depth-shipping-box-32-ect-kraft-25-bundle-bs131012md/product_405052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-16-retractable-belt-barrier-yellow-wmr300b-ybc110/product_24472588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-13-x-17-75-self-sealing-bubble-mailer-6-white-50-carton-cw56657/product_947382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-barrier-orange-red-wmr300o-rwd160/product_24472659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-barrier-orange-yellow-wmr300o-ybc160/product_24472564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-b1620mf-let-it-be-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1551055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-blue-wmr300b-bl160/product_24472632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-12c-12-sheet-cross-cut-personal-shredder-7120003/product_24343401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300b-rwnp160/product_24472571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-485i-38-sheet-strip-cut-industrial-shredder-38480/product_967270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-10-x-8-32-ect-shipping-boxes/product_24406371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c1219gg-monch-switzerland-by-philippe-sainte-laudy-19-x-12-frmls-art/product_1552499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-yellow-wmr300b-ybo110/product_24472586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-79ci-16-sheet-cross-cut-commercial-shredder-3227901-3227917/product_703104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-99ci-18-sheet-cross-cut-commercial-shredder-3229901/product_703107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-5-shipping-boxes-32-ect-brown-25-bundle-13115/product_426281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c3047gg-monch-switzerland-by-philippe-sainte-laudy-47-x-30-frmls-art/product_1554023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-magenta-wmr300o-ym160/product_24472553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx180-16-sheet-cross-cut-personal-paper-shredder-fel5501601/product_24461788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:35:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-13-layflat-poly-bags-2-mil-clear-1000-carton-536/product_939604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr300o-ybo110/product_24472562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-12-5-insulated-shipping-containers-1-5-thick-240c/product_948816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-w1620mf-month-sun-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1550939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-black-wmr300r-bk160/product_24472569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c1219gg-oxygen-generator-by-philippe-sainte-laudy-19-x-12-frmls-art/product_1552431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-15-shipping-boxes-32-ect-brown-25-bundle-131315/product_814180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-white-wmr300r-rwd110/product_24472677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-premium-imagelast-thermal-laminating-pouches-letter-size-3-mil-150-pack-5200509/product_848468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c1219gg-peace-in-switzerland-by-philippe-sainte-laudy-12x19-frmls-art/product_1552430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c2232gg-oxygen-generator-by-philippe-sainte-laudy-32-x-22-frmls-art/product_1553291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-presentation-cover-11-x-8-5-black-10-pack-5257001/product_2548692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-premium-steel-cpu-stand-platinum-91781/product_321036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-wmr300r-ybcip110/product_24472631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-15-reclosable-poly-bags-4-mil-clear-500-carton-3793a/product_426646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-16-layflat-poly-bags-2-mil-clear-1000-carton-538/product_939606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-yb160/product_24472589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-freestanding-single-monitor-arm-up-to-32-black-8049601/product_24403510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-17-5-glamour-bubble-mailer-red-100-carton-gbm1317r/product_947638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c1624gg-power-source-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-proteus-125-thermal-cold-laminator-12-5-width-putty-5709501/product_356069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c2232gg-power-source-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-2-mil-clear-1000-carton-3983a/product_939368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-quasar-comb-binding-machine-500-sheet-capacity-metallic-silver-black-5227201/product_70460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-w1620mf-power-source-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-224/product_939511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-4-mil-clear-500-carton-4030a/product_939370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-steel-crowd-control-belt-barrier-orange-yellow-2-pack-wmr300o-ybcwf160/product_24472552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-c1624gg-reach-to-you-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-ybc350/product_24485281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0322-c3047gg-sunset-celebration-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0324-c1219gg-the-power-of-water-by-philippe-sainte-laudy-19x12-frmls-art/product_1552383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-6-32-ect-shipping-boxes/product_24408667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-7-shipping-boxes-32-ect-brown-25-bundle-1397/product_408463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwn350/product_24485292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwnp350/product_24485286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-shredder-bags-9-gal-100-box-36053/product_576008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335y-yba350/product_24485270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-c3047gg-monch-switzerland-by-philippe-sainte-laudy-47-x-30-frmls-art/product_1554023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx180-16-sheet-cross-cut-personal-paper-shredder-fel5501601/product_24461788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-5-shipping-boxes-32-ect-brown-25-bundle-13115/product_426281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-magenta-wmr300o-ym160/product_24472553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-13-layflat-poly-bags-2-mil-clear-1000-carton-536/product_939604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr300o-ybo110/product_24472562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-w1620mf-month-sun-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1550939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-12-5-insulated-shipping-containers-1-5-thick-240c/product_948816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c1219gg-oxygen-generator-by-philippe-sainte-laudy-19-x-12-frmls-art/product_1552431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-black-wmr300r-bk160/product_24472569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-white-wmr300r-rwd110/product_24472677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-15-shipping-boxes-32-ect-brown-25-bundle-131315/product_814180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-premium-imagelast-thermal-laminating-pouches-letter-size-3-mil-150-pack-5200509/product_848468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c2232gg-oxygen-generator-by-philippe-sainte-laudy-32-x-22-frmls-art/product_1553291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-premium-steel-cpu-stand-platinum-91781/product_321036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c1219gg-peace-in-switzerland-by-philippe-sainte-laudy-12x19-frmls-art/product_1552430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-presentation-cover-11-x-8-5-black-10-pack-5257001/product_2548692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-wmr300r-ybcip110/product_24472631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-16-layflat-poly-bags-2-mil-clear-1000-carton-538/product_939606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-yb160/product_24472589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-15-reclosable-poly-bags-4-mil-clear-500-carton-3793a/product_426646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-freestanding-single-monitor-arm-up-to-32-black-8049601/product_24403510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-17-5-glamour-bubble-mailer-red-100-carton-gbm1317r/product_947638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c1624gg-power-source-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-proteus-125-thermal-cold-laminator-12-5-width-putty-5709501/product_356069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c2232gg-power-source-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-quasar-comb-binding-machine-500-sheet-capacity-metallic-silver-black-5227201/product_70460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-2-mil-clear-1000-carton-3983a/product_939368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-w1620mf-power-source-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-224/product_939511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-4-mil-clear-500-carton-4030a/product_939370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-steel-crowd-control-belt-barrier-orange-yellow-2-pack-wmr300o-ybcwf160/product_24472552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-c1624gg-reach-to-you-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-ybc350/product_24485281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0322-c3047gg-sunset-celebration-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0324-c1219gg-the-power-of-water-by-philippe-sainte-laudy-19x12-frmls-art/product_1552383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-shredder-bags-9-gal-100-box-36053/product_576008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwnp350/product_24485286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-7-shipping-boxes-32-ect-brown-25-bundle-1397/product_408463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-6-32-ect-shipping-boxes/product_24408667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwn350/product_24485292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335y-yba350/product_24485270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-peel-seal-bubble-mailer-7-12-pack-51595-cc/product_657402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0326-c1624gg-tranquil-scene-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-standard-adjustable-monitor-riser-up-to-42-graphite-9169301/product_24403534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-self-sealing-bubble-mailer-56565/product_1669165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-starlet2-comb-binding-machine-120-sheet-capacity-white-5227701/product_2008254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-superquick-thermal-laminating-pouches-letter-size-5-mil-100-pack-5223001/product_938206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-c3047gg-waterhole-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1554009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-w1114mf-waterhole-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-business-card-10-mil-100-pack-52058/product_572888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-barriers-3-5-x-10-120-qd610-1/product_240990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-10-mil-100-pack-52051/product_804801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-b1114mf-waterland-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-rectangular-tubing-straight-arm-displayer-chrome/product_216668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-index-card-5-mil-100-pack-52017/product_814591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-w1620mf-waterland-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-17-piece-indoor-dam-and-drip-mat-kit-wuggco/product_24474082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-c3047gg-waterland-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-gate-side-rail-set-4-qdfgsides/product_24474076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-legal-size-3-mil-50-pack-52226/product_575252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-b1620mf-weeping-willow-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1553616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-legal-size-5-mil-100-pack-52045/product_818780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-5-mil-100-pack-5743501/product_2728676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-c1624gg-weeping-willow-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-b1114mf-wet-rocks-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-5-mil-50-pack-5744501/product_24354533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-8-32-ect-shipping-boxes/product_24409519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-luggage-tag-5-mil-25-pack-52003/product_719638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-multipurpose-insta-dam-2-x2-x48-qdid224/product_24474091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-w1620mf-wet-rocks-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-c1219gg-blue-brook-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-photo-5-mil-25-pack-52010/product_572655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-3-shipping-box-200-ect-25-bundle-14123r/product_1499952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-tilt-n-slide-adjustable-keyboard-tray-black-8060101/product_328470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-curb-flood-control-10-x-5-1-pack-qdwc105/product_1933047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-8-corrugated-kraft-boxes-25-bundle-bs141208x/product_24408044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-microban-mouse-pad-graphite-5908201/product_2614310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-microban-mouse-pad/product_SS235017809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-219/product_939508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c3047gg-candy-fields-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c1624gg-candy-fields-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1551077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-waste-bags-for-automax-500c-and-300c-shredders-50-box/product_1022462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-w1114mf-candy-fields-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-wire-partition-additions-plastic-double-coat-hook-black-75510/product_423889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-gate-flood-control-dam-6-x-30-1-pack-qdwgwl-0630/product_1933040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-b1114mf-cosmo-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-peel-seal-bubble-mailer-7-12-pack-51595-cc/product_657402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo-black-9182301/product_2660857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0326-c1624gg-tranquil-scene-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-standard-adjustable-monitor-riser-up-to-42-graphite-9169301/product_24403534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-self-sealing-bubble-mailer-56565/product_1669165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-starlet2-comb-binding-machine-120-sheet-capacity-white-5227701/product_2008254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-superquick-thermal-laminating-pouches-letter-size-5-mil-100-pack-5223001/product_938206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-c3047gg-waterhole-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1554009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-w1114mf-waterhole-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-business-card-10-mil-100-pack-52058/product_572888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-barriers-3-5-x-10-120-qd610-1/product_240990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-10-mil-100-pack-52051/product_804801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-b1114mf-waterland-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-rectangular-tubing-straight-arm-displayer-chrome/product_216668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-index-card-5-mil-100-pack-52017/product_814591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-w1620mf-waterland-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-17-piece-indoor-dam-and-drip-mat-kit-wuggco/product_24474082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-c3047gg-waterland-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-gate-side-rail-set-4-qdfgsides/product_24474076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-legal-size-3-mil-50-pack-52226/product_575252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-legal-size-5-mil-100-pack-52045/product_818780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-b1620mf-weeping-willow-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1553616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-5-mil-100-pack-5743501/product_2728676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-c1624gg-weeping-willow-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-b1114mf-wet-rocks-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-5-mil-50-pack-5744501/product_24354533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-8-32-ect-shipping-boxes/product_24409519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-multipurpose-insta-dam-2-x2-x48-qdid224/product_24474091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-luggage-tag-5-mil-25-pack-52003/product_719638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-w1620mf-wet-rocks-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-c1219gg-blue-brook-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-photo-5-mil-25-pack-52010/product_572655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-3-shipping-box-200-ect-25-bundle-14123r/product_1499952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-tilt-n-slide-adjustable-keyboard-tray-black-8060101/product_328470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-8-corrugated-kraft-boxes-25-bundle-bs141208x/product_24408044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-curb-flood-control-10-x-5-1-pack-qdwc105/product_1933047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-microban-mouse-pad-graphite-5908201/product_2614310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-microban-mouse-pad/product_SS235017809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-219/product_939508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c3047gg-candy-fields-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-c1624gg-candy-fields-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1551077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-waste-bags-for-automax-500c-and-300c-shredders-50-box/product_1022462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-w1114mf-candy-fields-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-b1114mf-cosmo-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-gate-flood-control-dam-6-x-30-1-pack-qdwgwl-0630/product_1933040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-wire-partition-additions-plastic-double-coat-hook-black-75510/product_423889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo-black-9182301/product_2660857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-dams-48-30-box-wub24-30g/product_24474085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-visco-foam-mouse-pad-wrist-rest-combo-non-skid-backing-black-9180901/product_744187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-c2232gg-cosmo-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-flood-barrier-60-up-to-4-gal-16-box-qd65-16/product_24544713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellows-binding-covers-11-1-4-x-8-3-4-classic-navy-200-pack-52136/product_864970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-b1114mf-cosmo-duo-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fendall-eyesaline-double-station-32-oz-32-000462-0000/product_423309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fendall-eyesaline-eyewash-solution-32-000454-0000/product_423307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c1219gg-cosmo-duo-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1551158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-essentials-2024-for-3-users-windows-mac-download-5102310/product_24577284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c1624gg-cosmo-duo-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-w1114mf-cosmo-duo-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-w1620mf-cosmo-duo-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c3047gg-cosmos-of-the-fields-by-philippe-sainte-laudy-30x47-frmls-art/product_1553979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ferrero-rocher-collection-crispy-eggs-snack-size-hazelnut-milk-chocolate-pieces-3-5-oz-feu63205/product_24546217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-11-x-14-black-frame-art/product_314684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ferrero-rocher-diamond-box-hazelnut-milk-chocolate-pieces-48-box-241-00015/product_278081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-3-mil-clear-1000-carton-890/product_939714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fibre-metal-high-performance-faceshield-window-standard-style-clear-lens/product_857106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-30-x-47-canvas-art/product_314689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-blues-11-x-14-black-frame-art/product_33724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quickfit-heavy-duty-6-3-ring-view-binders-d-ring-white-8708-00/product_24548633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fibre-metal-supereight-hard-cap-8-point-ratchet-blue/product_774267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/field-trip-original-beef-jerky-1-oz-12-carton-fld00503/product_2706144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-3-x-180-polyester-elastic-bandages-2-pack-fp-eband-bd-2pk/product_24571757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-heavy-duty-outdoor-broom-9316/product_884589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-coneflower-rivere-35-x-47-canvas-art/product_317569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-lilac-100-box-fmn100208/product_3035661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-6-mil-clear-250-carton-8505/product_692529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-lilac-50-box-fmn100176/product_3035678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-20-gusseted-poly-bags-1-25-mil-clear-1000-carton-8046/product_24449653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-navy-blue-200-box-fmn100421/product_3035676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2390/product_939934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-navy-blue-200-box-fmn100420/product_3035672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-navy-blue-100-box-fmn100211/product_3035700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-16-x-20-black-frame-art/product_501453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-3-mil-clear-500-carton-6215/product_24449505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-6-mil-clear-250-carton-8510/product_360974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-2-mil-clear-1000-carton-566/product_939619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quickstudy-spanish-vocabulary-nonmagnetic-charts-8-5-x-11-3-pack-9781423231479/product_1932928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-burgundy-50-box-fmn100182/product_3035689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-6-mil-clear-250-carton-8515/product_692157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quiet-time-cd/product_871950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-24-reclosable-poly-bags-4-mil-clear-250-carton-3799a/product_939351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-burgundy-200-box-fmn100424/product_3035697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-dams-48-30-box-wub24-30g/product_24474085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-4-1-8-x-4-plastic-shelf-bin-red-36-case-binps102r/product_191413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-c2232gg-cosmo-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-flood-barrier-60-up-to-4-gal-16-box-qd65-16/product_24544713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-b1114mf-cosmo-duo-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellows-binding-covers-11-1-4-x-8-3-4-classic-navy-200-pack-52136/product_864970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-visco-foam-mouse-pad-wrist-rest-combo-non-skid-backing-black-9180901/product_744187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fendall-eyesaline-double-station-32-oz-32-000462-0000/product_423309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fendall-eyesaline-eyewash-solution-32-000454-0000/product_423307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-essentials-2024-for-3-users-windows-mac-download-5102310/product_24577284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c1624gg-cosmo-duo-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1551074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c1219gg-cosmo-duo-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1551158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-w1114mf-cosmo-duo-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-w1620mf-cosmo-duo-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ferrero-rocher-collection-crispy-eggs-snack-size-hazelnut-milk-chocolate-pieces-3-5-oz-feu63205/product_24546217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c3047gg-cosmos-of-the-fields-by-philippe-sainte-laudy-30x47-frmls-art/product_1553979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-11-x-14-black-frame-art/product_314684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ferrero-rocher-diamond-box-hazelnut-milk-chocolate-pieces-48-box-241-00015/product_278081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-3-mil-clear-1000-carton-890/product_939714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fibre-metal-high-performance-faceshield-window-standard-style-clear-lens/product_857106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-30-x-47-canvas-art/product_314689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-blues-11-x-14-black-frame-art/product_33724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fibre-metal-supereight-hard-cap-8-point-ratchet-blue/product_774267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quickfit-heavy-duty-6-3-ring-view-binders-d-ring-white-8708-00/product_24548633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/field-trip-original-beef-jerky-1-oz-12-carton-fld00503/product_2706144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-3-x-180-polyester-elastic-bandages-2-pack-fp-eband-bd-2pk/product_24571757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-heavy-duty-outdoor-broom-9316/product_884589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-coneflower-rivere-35-x-47-canvas-art/product_317569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-lilac-100-box-fmn100208/product_3035661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-6-mil-clear-250-carton-8505/product_692529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-lilac-50-box-fmn100176/product_3035678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-20-gusseted-poly-bags-1-25-mil-clear-1000-carton-8046/product_24449653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-navy-blue-200-box-fmn100421/product_3035676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2390/product_939934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-navy-blue-200-box-fmn100420/product_3035672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-navy-blue-100-box-fmn100211/product_3035700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-16-x-20-black-frame-art/product_501453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-3-mil-clear-500-carton-6215/product_24449505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-6-mil-clear-250-carton-8510/product_360974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-2-mil-clear-1000-carton-566/product_939619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quickstudy-spanish-vocabulary-nonmagnetic-charts-8-5-x-11-3-pack-9781423231479/product_1932928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-6-mil-clear-250-carton-8515/product_692157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-burgundy-50-box-fmn100182/product_3035689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quiet-time-cd/product_871950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-24-reclosable-poly-bags-4-mil-clear-250-carton-3799a/product_939351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-burgundy-200-box-fmn100424/product_3035697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:37:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-4-1-8-x-4-plastic-shelf-bin-red-36-case-binps102r/product_191413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-navy-blue-100-box-fmn100210/product_3035695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-lilac-50-box-fmn100174/product_3035684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-8-3-8-x-4-plastic-shelf-bin-blue-20-case-binps104b/product_191339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-navy-blue-200-box-fmn100419/product_3035675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-6-5-8-x-4-plastic-shelf-bin-yellow-30-case-binps103y/product_191196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-8-3-8-x-4-plastic-shelf-bin-red-20-case-binps104r/product_191411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-lilac-100-box-fmn100209/product_3035704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-36-reclosable-poly-bags-4-mil-clear-250-carton-pb4246/product_24328897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-18-x-24-canvas-art-sg5730-c1824gg/product_2081453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-lilac-50-box-fmn100177/product_3035660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-11-x-14-wood-frame-mt0782-w1114bmf/product_2081966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-24-x-32-canvas-art-sg5730-c2432gg/product_2081021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-35-x-47-canvas-art-sg5730-c3547gg/product_2076797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-lilac-200-box-fmn100413/product_3035671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-burgundy-200-box-fmn100423/product_3035696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0782-c1624gg/product_2077994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-lilac-50-box-fmn100385/product_3035667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-8-3-8-x-4-1-2-stack-and-hang-bin-divider-black-6-case-bind102/product_191827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-14-x-19-canvas-art/product_317098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-stack-and-hang-29-5-qt-storage-bin-blue-6-case-binps103r/product_190878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/140-x-45-layflat-poly-bags-bags-on-a-roll-1-mil-clear-100-roll-3210/product_940036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-22-x-32-canvas-art/product_317100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-stack-and-hang-34-29-qt-storage-bin-blue-4-case-binp1811b/product_191141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/144-x-2400-poly-sheeting-2-mil-clear-4390/product_940127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quirky-bandits-elastic-bands/product_1179727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quilted-northern-ultra-plush-3-ply-standard-toilet-paper-white-255-sheets-roll-18-rolls-case-876045/product_24442255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-1-2-beveled-square-coach-light-w-motion-pewter/product_2102286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-1-shelf-weathered-gray-g115002400/product_24522813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fila-slate-cardio-speed-rope-08-63428/product_24445279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-2-shelves-weathered-gray-g115002300/product_24522812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raiders-by-eric-joyner-24-x-32-canvas-art-ali1039-c2432gg/product_2078248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rain-forest-by-kathie-mccurdy-canvas-art-ready-to-hang-km017-c1824gg/product_248540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-1000-90-gauge-cast-stretch-wrap-clear-4-carton-sfec159/product_496052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-7-shipping-boxes-32-ect-brown-25-bundle-15117/product_557480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-iridescent-pearl-40-ml/product_1721875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-9-shipping-boxes-32-ect-brown-25-bundle-15119/product_426294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-iridescent-silver-40-ml/product_1721628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-11-x-14-black-matted-black-frame-ma0621-b1114bmf/product_2082101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-1000-mpr-14-x-20-x-1-4-carton-9805-4/product_24592653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-mars-yellow-light-40-ml-pack-of-2/product_1721967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-14-x-25-x-1-4-pack-1000-mpr/product_24592655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-15-layflat-poly-bags-1-5-mil-clear-1000-carton-236/product_939123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-navy-blue-100-box-fmn100210/product_3035695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-lilac-50-box-fmn100174/product_3035684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-16-x-25-x-1-4-pack-1900-mpr/product_24592649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-8-3-8-x-4-plastic-shelf-bin-blue-20-case-binps104b/product_191339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-navy-blue-200-box-fmn100419/product_3035675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-6-5-8-x-4-plastic-shelf-bin-yellow-30-case-binps103y/product_191196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-8-3-8-x-4-plastic-shelf-bin-red-20-case-binps104r/product_191411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-35-x-47-canvas-art-sg5730-c3547gg/product_2076797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-24-x-32-canvas-art-sg5730-c2432gg/product_2081021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-11-x-14-wood-frame-mt0782-w1114bmf/product_2081966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-lilac-50-box-fmn100177/product_3035660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/14-x-36-reclosable-poly-bags-4-mil-clear-250-carton-pb4246/product_24328897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-lilac-100-box-fmn100209/product_3035704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-18-x-24-canvas-art-sg5730-c1824gg/product_2081453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-lilac-200-box-fmn100413/product_3035671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-lilac-50-box-fmn100385/product_3035667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-burgundy-200-box-fmn100423/product_3035696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-8-3-8-x-4-1-2-stack-and-hang-bin-divider-black-6-case-bind102/product_191827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0782-c1624gg/product_2077994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-14-x-19-canvas-art/product_317098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-stack-and-hang-29-5-qt-storage-bin-blue-6-case-binps103r/product_190878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/140-x-45-layflat-poly-bags-bags-on-a-roll-1-mil-clear-100-roll-3210/product_940036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quill-brand-stack-and-hang-34-29-qt-storage-bin-blue-4-case-binp1811b/product_191141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-22-x-32-canvas-art/product_317100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/144-x-2400-poly-sheeting-2-mil-clear-4390/product_940127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quirky-bandits-elastic-bands/product_1179727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quilted-northern-ultra-plush-3-ply-standard-toilet-paper-white-255-sheets-roll-18-rolls-case-876045/product_24442255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-1-2-beveled-square-coach-light-w-motion-pewter/product_2102286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-1-shelf-weathered-gray-g115002400/product_24522813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fila-slate-cardio-speed-rope-08-63428/product_24445279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-2-shelves-weathered-gray-g115002300/product_24522812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raiders-by-eric-joyner-24-x-32-canvas-art-ali1039-c2432gg/product_2078248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rain-forest-by-kathie-mccurdy-canvas-art-ready-to-hang-km017-c1824gg/product_248540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-1000-90-gauge-cast-stretch-wrap-clear-4-carton-sfec159/product_496052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-7-shipping-boxes-32-ect-brown-25-bundle-15117/product_557480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-9-shipping-boxes-32-ect-brown-25-bundle-15119/product_426294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-iridescent-pearl-40-ml/product_1721875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-iridescent-silver-40-ml/product_1721628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-11-x-14-black-matted-black-frame-ma0621-b1114bmf/product_2082101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-1000-mpr-14-x-20-x-1-4-carton-9805-4/product_24592653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-mars-yellow-light-40-ml-pack-of-2/product_1721967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-14-x-25-x-1-4-pack-1000-mpr/product_24592655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-15-layflat-poly-bags-1-5-mil-clear-1000-carton-236/product_939123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-16-x-25-x-1-4-pack-1900-mpr/product_24592649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-15-staples-corrugated-sheet-50-bundle-sp1515/product_947534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-20-x-20-x-1-ua02-4/product_3018006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-4-32-ect-shipping-boxes/product_24408104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-indian-yellow-38-ml/product_1721836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-11-x-14-black-frame-art/product_317112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-20-black-frame-art/product_317113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-iridescent-gold-38-ml/product_1721846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-iridescent-pearl-38-ml-2180/product_2169117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-1500-70-gauge-blown-stretch-wrap-clear-4-carton-sf157/product_449810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rand-mcnally-s-co-s-handy-guide-to-boston-canvas-art-22x32-inches/product_245020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-1500-90-gauge-cast-stretch-wrap-clear-4-carton-sf159cast/product_481765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-phthalo-turquoise-38-ml-2144/product_2169207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ranier-by-yale-gurney-ready-to-hang-canvas-art-18x24-inches/product_255676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-11-x-14-black-frame-art/product_821523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-quinacridone-red-38-ml/product_1721832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-raw-umber-38-ml-pack-of-2/product_1721702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-14-x-19-canvas-art/product_821715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/find-it-all-tab-file-folders-letter-manila-80-pack-ft07046/product_802684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-16-x-20-wood-frame-art/product_821518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-237/product_939516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rack-solutions-104-2109-black-universal-wall-mount-for-cpu/product_IM1GV8251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-35-x-47-canvas-art/product_821709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-11-x-11-white-matted-wood-frame-ali1118-w1111mf/product_2084040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-19-gusseted-poly-bags-2-25-mil-white-500-carton-6730/product_24450224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/find-it-supply-caddy-8-75-x-12-teal-ft07202/product_2229118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/find-it-tab-view-hanging-file-folders-letter-9-pack-green-ft07032/product_2229196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-16-x-16-white-matted-black-frame-ali1118-b1616mf/product_2084422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fineline-settings-flairware-206-cl-flaired-dessert-plate-clear/product_1247662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-20-expansion-self-sealing-poly-mailer-300-carton-5218/product_24449559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0443-b1114mf/product_2079413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-20-reclosable-poly-bags-2-mil-clear-500-carton-pb4401/product_23977911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card-50-email-delivery/product_2792242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0443-c1219gg/product_2081273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-10-w-x-7-5-d-aluminum-laptop-stand-silver-10032/product_IM1M48373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0443-c1624gg/product_2077814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-24-gusseted-poly-bags-2-mil-pink-500-carton-pbas2500/product_23978197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-11-x-14-black-frame-art/product_494237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2398/product_692259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-emergency-shut-off-18x4-adhesive-vinylglow/product_554162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-11-x-14-wood-frame-art/product_495821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-extinguisher-10x14-adhesive-glow/product_563672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand360-stand-for-laptops-10076/product_IM19HH139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-16-x-20-wood-frame-art/product_499525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-fire-exit-right-arrow-10x14-adhesive-vinylglow/product_563581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-27-gusseted-poly-bags-1-5-mil-clear-500-carton-1496/product_361474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-100-l-white-0066001/product_883599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-30-layflat-poly-bags-2-mil-clear-500-carton-576/product_692732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-15-staples-corrugated-sheet-50-bundle-sp1515/product_947534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-20-x-20-x-1-ua02-4/product_3018006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-fire-extinguisher-10x7-adhesive-vinylglow/product_558489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-4-32-ect-shipping-boxes/product_24408104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-indian-yellow-38-ml/product_1721836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-11-x-14-black-frame-art/product_317112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-20-black-frame-art/product_317113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-iridescent-gold-38-ml/product_1721846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-iridescent-pearl-38-ml-2180/product_2169117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-1500-70-gauge-blown-stretch-wrap-clear-4-carton-sf157/product_449810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rand-mcnally-s-co-s-handy-guide-to-boston-canvas-art-22x32-inches/product_245020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-1500-90-gauge-cast-stretch-wrap-clear-4-carton-sf159cast/product_481765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ranier-by-yale-gurney-ready-to-hang-canvas-art-18x24-inches/product_255676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-phthalo-turquoise-38-ml-2144/product_2169207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-quinacridone-red-38-ml/product_1721832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-11-x-14-black-frame-art/product_821523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-raw-umber-38-ml-pack-of-2/product_1721702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-14-x-19-canvas-art/product_821715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-35-x-47-canvas-art/product_821709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rack-solutions-104-2109-black-universal-wall-mount-for-cpu/product_IM1GV8251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-237/product_939516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-16-x-20-wood-frame-art/product_821518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/find-it-all-tab-file-folders-letter-manila-80-pack-ft07046/product_802684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-16-x-16-white-matted-black-frame-ali1118-b1616mf/product_2084422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fineline-settings-flairware-206-cl-flaired-dessert-plate-clear/product_1247662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/find-it-tab-view-hanging-file-folders-letter-9-pack-green-ft07032/product_2229196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-11-x-11-white-matted-wood-frame-ali1118-w1111mf/product_2084040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-19-gusseted-poly-bags-2-25-mil-white-500-carton-6730/product_24450224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/find-it-supply-caddy-8-75-x-12-teal-ft07202/product_2229118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-20-expansion-self-sealing-poly-mailer-300-carton-5218/product_24449559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0443-b1114mf/product_2079413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-20-reclosable-poly-bags-2-mil-clear-500-carton-pb4401/product_23977911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card-50-email-delivery/product_2792242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0443-c1219gg/product_2081273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-10-w-x-7-5-d-aluminum-laptop-stand-silver-10032/product_IM1M48373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0443-c1624gg/product_2077814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-24-gusseted-poly-bags-2-mil-pink-500-carton-pbas2500/product_23978197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-11-x-14-black-frame-art/product_494237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-emergency-shut-off-18x4-adhesive-vinylglow/product_554162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2398/product_692259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-11-x-14-wood-frame-art/product_495821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-extinguisher-10x14-adhesive-glow/product_563672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand360-stand-for-laptops-10076/product_IM19HH139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-16-x-20-wood-frame-art/product_499525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-fire-exit-right-arrow-10x14-adhesive-vinylglow/product_563581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-27-gusseted-poly-bags-1-5-mil-clear-500-carton-1496/product_361474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/15-x-30-layflat-poly-bags-2-mil-clear-500-carton-576/product_692732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-100-l-white-0066001/product_883599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-fire-extinguisher-10x7-adhesive-vinylglow/product_558489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:37:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:37:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-amaryllis-10-x-24-canvas-art/product_314641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/150-5x7-flat-cards-rounded-pis/product_24488379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-canary-0063080/product_454888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-brown-0063020/product_575526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-fire-sprinkler-shut-off-valve-10x14-adhesive-vinylglow/product_563572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-apple-splash-by-roderick-stevens-11-x-14-white-matted-silver-frame-rs012-s1114mf/product_2081260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-pink-0063260/product_575533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/150-5x7-flat-cards-square-pol/product_24502981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-vertical-file-cabinet-legal-4-drawer-parchment-31-1-2-d-truck-to-loading-dock/product_670432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-16-x-20-wood-frame-art/product_315177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rainbow-people-mighty-brights-border-3-x-36-12-pkg/product_139476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-sprinkler-valve-do-not-close-unless-authorized-10x14-rigid-plasticglow/product_563370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-legal-fire-resistant-vertical-cabinet-black-22125cbld/product_670418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-bellied-squirrel-35-x-47-canvas-art/product_501942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-L-x-12-W-x-10-H-Shipping-Box-32-ECT-Brown-Each/product_742293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0123-w1620bmf/product_2085582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-31-letter-size-fire-resistant-vertical-cabinet-putty-inside-delivery/product_670419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-lateral-file-cabinet-let-leg-2-dwr-black-27-3-4-h-x-31-3-16-w-x-22-1-8-d-inside-delivery/product_710074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-rctngl-adv-lbl-gls-3x4-pis/product_24514633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-rctngl-adv-lbl-gls-3x4-pol/product_24514741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-earth-14-x-14-canvas-art/product_33650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-w-x-16-l-wicketed-e-commerce-bag-1-5-mil-500-box-flrs16x16/product_24455108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet-legal-4-drawer-black-52-3-4-h-x-20-13-16-w-x-25-1-16-d-inside-delivery/product_670423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-flowers-with-jar-18-x-24-canvas-art/product_317504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet/product_SS212599367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-flowers-with-jar-26-x-32-canvas-art/product_317505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-100-Gauge-x-1500-Staples-Shrink-Tubing-1-Roll/product_946461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-washington-state-map-9-x-4-25-0528026232/product_24532860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-100-poly-sheeting-6-0-mil-white-4480g/product_939409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-11-x-9-shipping-boxes-32-ect-brown-25-bundle-16119/product_557432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-indiana-state-map-9-5-x-4-0528025783/product_24532950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-illinois-state-map-9-5-x-4-0528025716/product_24532948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-kansas-state-map-9-5-x-4-0528025805/product_24532962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-11-x-14-black-matted-wood-frame-ma0624-w1114bmf/product_2082088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-4-drawer-fire-resistant-vertical-file-cabinet-legal-size-loading-dock-black/product_670555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-4-32-ect-shipping-boxes-25-pk/product_24407010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-new-orleans-street-map-9-5-x-4-0528025120/product_24532873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-8-corrugated-kraft-boxes-25-bundle-bs161208x/product_24409824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-4-32-ect-shipping-boxes-bs161204/product_2807139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-miami-fort-lauderdale-west-palm-beach-regional-map-9-5-x-4-0528025554/product_24532971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-new-york-city-long-island-regional-9-5-x-4-0528025570/product_24539098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-4-drawer-vertical-file-cabinet-legal-size-lockable-fire-resistant-57-h-x-21-25-w-x-32-d-parchment-421572pa/product_132223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-phoenix-street-map-9-5-x-4-0528025228/product_24532869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-amaryllis-10-x-24-canvas-art/product_314641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/150-5x7-flat-cards-rounded-pis/product_24488379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-brown-0063020/product_575526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-16-x-24-canvas-art-sg5735-c1624gg/product_2077803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-canary-0063080/product_454888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-apple-splash-by-roderick-stevens-11-x-14-white-matted-silver-frame-rs012-s1114mf/product_2081260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/150-5x7-flat-cards-square-pol/product_24502981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-pink-0063260/product_575533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-fire-sprinkler-shut-off-valve-10x14-adhesive-vinylglow/product_563572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-vertical-file-cabinet-legal-4-drawer-parchment-31-1-2-d-truck-to-loading-dock/product_670432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fire-sprinkler-valve-do-not-close-unless-authorized-10x14-rigid-plasticglow/product_563370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-16-x-20-wood-frame-art/product_315177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rainbow-people-mighty-brights-border-3-x-36-12-pkg/product_139476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-legal-fire-resistant-vertical-cabinet-black-22125cbld/product_670418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-L-x-12-W-x-10-H-Shipping-Box-32-ECT-Brown-Each/product_742293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-bellied-squirrel-35-x-47-canvas-art/product_501942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-lateral-file-cabinet-let-leg-2-dwr-black-27-3-4-h-x-31-3-16-w-x-22-1-8-d-inside-delivery/product_710074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0123-w1620bmf/product_2085582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-31-letter-size-fire-resistant-vertical-cabinet-putty-inside-delivery/product_670419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-rctngl-adv-lbl-gls-3x4-pis/product_24514633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-rctngl-adv-lbl-gls-3x4-pol/product_24514741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-earth-14-x-14-canvas-art/product_33650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet-legal-4-drawer-black-52-3-4-h-x-20-13-16-w-x-25-1-16-d-inside-delivery/product_670423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-w-x-16-l-wicketed-e-commerce-bag-1-5-mil-500-box-flrs16x16/product_24455108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet/product_SS212599367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-flowers-with-jar-18-x-24-canvas-art/product_317504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-flowers-with-jar-26-x-32-canvas-art/product_317505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-100-Gauge-x-1500-Staples-Shrink-Tubing-1-Roll/product_946461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-washington-state-map-9-x-4-25-0528026232/product_24532860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-100-poly-sheeting-6-0-mil-white-4480g/product_939409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-illinois-state-map-9-5-x-4-0528025716/product_24532948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-11-x-9-shipping-boxes-32-ect-brown-25-bundle-16119/product_557432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-indiana-state-map-9-5-x-4-0528025783/product_24532950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-kansas-state-map-9-5-x-4-0528025805/product_24532962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-4-drawer-fire-resistant-vertical-file-cabinet-legal-size-loading-dock-black/product_670555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-11-x-14-black-matted-wood-frame-ma0624-w1114bmf/product_2082088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-4-32-ect-shipping-boxes-25-pk/product_24407010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-miami-fort-lauderdale-west-palm-beach-regional-map-9-5-x-4-0528025554/product_24532971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-new-orleans-street-map-9-5-x-4-0528025120/product_24532873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-8-corrugated-kraft-boxes-25-bundle-bs161208x/product_24409824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-4-32-ect-shipping-boxes-bs161204/product_2807139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-new-york-city-long-island-regional-9-5-x-4-0528025570/product_24539098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-4-drawer-vertical-file-cabinet-legal-size-lockable-fire-resistant-57-h-x-21-25-w-x-32-d-parchment-421572pa/product_132223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-phoenix-street-map-9-5-x-4-0528025228/product_24532869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-16-x-24-canvas-art-sg5735-c1624gg/product_2077803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-signature-edition-us-folded-wall-map-8-x-11-0528026720/product_24579828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-the-ultimate-backseat-book-3-in-1-activity-book/product_24532964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-30-gusseted-poly-bags-1-5-mil-clear-500-carton-1498/product_361482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-30-gusseted-poly-bags-2-mil-clear-250-carton-1624/product_361537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/random-house-costume-capers-lego-city-9780593483787/product_24557589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-44-5-w-assorted-colors/product_SS212599376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-35-x-35-canvas-art/product_33714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1625/product_939857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-4-3122-cbl/product_710135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/random-house-we-are-heroes-dc-super-friends-9781984849328/product_24557633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-parchment-letter-legal-44-5-w-4-4422-cpa/product_2725797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-red-hibiscus-22-x-32-canvas-art/product_314648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-234/product_939513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/range-kleen-b02mc-nonstick-medium-cookie-sheet/product_24330154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-1-mil-clear-1000-carton-2395/product_361053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-2-mil-clear-1000-carton-569/product_939143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/range-kleen-c59-s-shaped-pot-rack-hook-chrome/product_208398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-legal-parchment-25-06-d-4-2125-cpa/product_670475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-4-mil-clear-500-carton-1239/product_361139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-13-shipping-boxes-32-ect-brown-25-bundle-161613/product_630587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-30-x-47-canvas-art/product_492677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-11-x-14-wood-frame-art/product_499848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-staples-chipboard-pad-350-case-bscp1616/product_947775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-dock-4-1831-cbl/product_670427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0445-b1114mf/product_2079410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-15-shipping-boxes-32-ect-brown-25-bundle-161615/product_630585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-cobalt-2-1-2-in-x-3-3-4-in-pad-pack-of-3-3pk-aip31444/product_2130333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0445-b1620mf/product_2085478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-compact-turtle-lateral-file-cabinet-27-8-x-31-01-letter-legal-fire-resistant-tan-2r3122cpai/product_670536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0445-c1624gg/product_2077813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-d-4-1831-cpa/product_670466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-19-shipping-boxes-32-ect-brown-25-bundle-161619/product_405036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-2-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-25-d-2p1825-cpa/product_356364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-2-literature-mailers-kraft-50-bundle-ml16162k/product_1578472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-monarch-orange-2-1-2-x-3-3-4-pad-3-pack-69804-pk3/product_1718614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-20-shipping-boxes-32-ect-brown-20-bundle-161620/product_630591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-olive-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-tiger-ostramerium-flower-by-kurt-shaffer-16x20-frm-art-wht-mtd-ks0157-b1620mf/product_1552759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-vermillion-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-4p1831-cbli/product_356368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-by-sheila-golden-ready-to-hang-canvas-art-18x24-inches/product_255032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-crushed-grape-2-oz-bottle-pack-of-3/product_1720648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-8-32-ect-shipping-boxes/product_24409989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-apples-35-x-35-canvas-art/product_500139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-18-layflat-poly-bags-2-mil-clear-500-carton-pb570/product_427244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-liquid-pearls-pearlescent-paint-rouge-1-2-oz-pack-of-8-8pk-lpl28222/product_2138496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-safe-in-a-file-4-file-drawer-vertical-file-cabinet-fire-resistant-beige-legal-31-56-d-4-2131-cpasf/product_912482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-ready-permethrin-spray-for-insects-and-ticks-24oz-fms19/product_24602411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-ready-picaridin-insect-repellent-spray-for-insects-ticks-6oz-fms21/product_24602413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-18-reclosable-poly-bags-2-8-mil-clear-100-carton-stc369/product_23978282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-2-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-22-13-d-2r1822-cpa/product_670534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-signature-edition-us-folded-wall-map-8-x-11-0528026720/product_24579828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-the-ultimate-backseat-book-3-in-1-activity-book/product_24532964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-30-gusseted-poly-bags-1-5-mil-clear-500-carton-1498/product_361482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-2-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-22-13-d-dock-2r1822-cpa/product_473992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-30-gusseted-poly-bags-2-mil-clear-250-carton-1624/product_361537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/random-house-costume-capers-lego-city-9780593483787/product_24557589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-44-5-w-assorted-colors/product_SS212599376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-35-x-35-canvas-art/product_33714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-4-3122-cbl/product_710135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1625/product_939857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/random-house-we-are-heroes-dc-super-friends-9781984849328/product_24557633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-parchment-letter-legal-44-5-w-4-4422-cpa/product_2725797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-red-hibiscus-22-x-32-canvas-art/product_314648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-234/product_939513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/range-kleen-b02mc-nonstick-medium-cookie-sheet/product_24330154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-2-mil-clear-1000-carton-569/product_939143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-1-mil-clear-1000-carton-2395/product_361053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/range-kleen-c59-s-shaped-pot-rack-hook-chrome/product_208398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-legal-parchment-25-06-d-4-2125-cpa/product_670475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-4-mil-clear-500-carton-1239/product_361139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-30-x-47-canvas-art/product_492677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-13-shipping-boxes-32-ect-brown-25-bundle-161613/product_630587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-11-x-14-wood-frame-art/product_499848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-staples-chipboard-pad-350-case-bscp1616/product_947775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-dock-4-1831-cbl/product_670427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0445-b1114mf/product_2079410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-15-shipping-boxes-32-ect-brown-25-bundle-161615/product_630585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-compact-turtle-lateral-file-cabinet-27-8-x-31-01-letter-legal-fire-resistant-tan-2r3122cpai/product_670536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-cobalt-2-1-2-in-x-3-3-4-in-pad-pack-of-3-3pk-aip31444/product_2130333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0445-b1620mf/product_2085478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-d-4-1831-cpa/product_670466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0445-c1624gg/product_2077813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-19-shipping-boxes-32-ect-brown-25-bundle-161619/product_405036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-2-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-25-d-2p1825-cpa/product_356364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-2-literature-mailers-kraft-50-bundle-ml16162k/product_1578472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-monarch-orange-2-1-2-x-3-3-4-pad-3-pack-69804-pk3/product_1718614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-20-shipping-boxes-32-ect-brown-20-bundle-161620/product_630591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-olive-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-tiger-ostramerium-flower-by-kurt-shaffer-16x20-frm-art-wht-mtd-ks0157-b1620mf/product_1552759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-vermillion-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-4p1831-cbli/product_356368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-by-sheila-golden-ready-to-hang-canvas-art-18x24-inches/product_255032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-crushed-grape-2-oz-bottle-pack-of-3/product_1720648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-8-32-ect-shipping-boxes/product_24409989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-apples-35-x-35-canvas-art/product_500139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-18-layflat-poly-bags-2-mil-clear-500-carton-pb570/product_427244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-liquid-pearls-pearlescent-paint-rouge-1-2-oz-pack-of-8-8pk-lpl28222/product_2138496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-safe-in-a-file-4-file-drawer-vertical-file-cabinet-fire-resistant-beige-legal-31-56-d-4-2131-cpasf/product_912482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-ready-permethrin-spray-for-insects-and-ticks-24oz-fms19/product_24602411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-ready-picaridin-insect-repellent-spray-for-insects-ticks-6oz-fms21/product_24602413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-18-reclosable-poly-bags-2-8-mil-clear-100-carton-stc369/product_23978282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-2-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-22-13-d-2r1822-cpa/product_670534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-2-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-22-13-d-dock-2r1822-cpa/product_473992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-lavender-0-5-oz-bottle-pack-of-6/product_1717542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-vertical-3-drawer-legal-fireproof-file-cabinet-black-3-3121-cbli/product_2725798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-wrap-14-x-19-canvas-art/product_817709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-1-25-mil-clear-1000-carton-2902/product_939981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-3-mil-clear-500-carton-6225/product_24450208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-2-mil-clear-500-carton-pb575/product_427245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:38:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-3-mil-clear-500-carton-910/product_363409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-75-w-x-3-l-adhesive-bandages-100-box-g155/product_504001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-6-mil-clear-250-carton-8550/product_692177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-5-x-3-blue-metal-detectable-adhesive-bandages-40-box-g174/product_71733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-pearl-mixatives-0-5-oz-bottle-pack-of-3-3pk-tim22114/product_2130359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-red-pepper-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim22152/product_2130429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-azalea-blooms-26-x-32-canvas-art/product_313914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-10-piece-bleeding-control-kit-91159/product_24434759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-a-quiet-lake-16-x-24-canvas-art/product_314263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-12-piece-bleeding-control-treatment-pack-91166/product_24566412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-barn-door-0-5-oz-reinker-bottle-pack-of-3-69475-pk3/product_1721062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-137-piece-wound-care-treatment-pack-91164/product_24566405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-106-piece-first-aid-kit-for-up-to-25-people-fao224u/product_495567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-gem-lake-24-x-32-canvas-art/product_314051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-196-pc-first-aid-kit-for-50-people-225-an/product_495564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-36-layflat-poly-bags-2-mil-clear-500-carton-583/product_939625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-forest-moss-0-5-oz-reinker-bottle-pack-of-3/product_1721058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-fired-brick-0-5-oz-reinker-bottle-pack-of-3/product_1721147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-1874-18-x-24-canvas-art/product_499150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-frayed-burlap-pad-pack-of-3/product_1720988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-25-piece-bloodborne-pathogen-spill-kit-217-o/product_71277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-40-layflat-poly-bags-1-5-mil-clear-500-carton-249/product_939521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-29-piece-bloodborne-pathogen-spill-kit-216-o/product_71720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-scattered-straw-0-5-oz-reinker-bottle-pack-of-3/product_1721141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-6-core-polyester-strapping-machine-grade-sps5220/product_946390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-tweezers-stainless-steel-fao6019/product_800299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0446-b1620mf/product_2085475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-24-x-32-canvas-art/product_821651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-4-25-l-medical-tweezers-plastic-m584-12/product_71271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-4-sterile-8-ply-pads-50-box-j213/product_71730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-8-x-4-shipping-boxes-32-ect-brown-25-bundle-1684/product_948968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapid-duax-heavy-duty-desktop-stapler-170-sheet-capacity-silver-73338/product_24343463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-20-black-frame-art/product_315131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16w-3-drawer-mobile-pedestal-assembled/product_SS204158821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapid-high-capacity-staples-5-16-leg-length-5000-box-90003/product_970364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-aluminized-emergency-blanket-5-box-i800/product_71726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapidesign-architectural-and-contractors-templates-bolts-and-nuts-1-8-in-1-ft/product_1720545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-24-canvas-art/product_315133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapidesign-circle-drafting-templates-metric-circles-37-circles-r2040/product_2246591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-a-bulk-hard-plastic-first-aid-kit-for-10-people-90754/product_2715732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapidesign-circle-drafting-templates-metric-large-circles-44-circles-r2140/product_2245501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-a-compliant-kit-16-units-plastic-90569/product_2715816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-2-by-michael-tompsett-16-x-24-canvas-art-mt0728-c1624gg/product_2080020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-lavender-0-5-oz-bottle-pack-of-6/product_1717542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-11-shipping-boxes-32-ect-brown-25-bundle-171111/product_415599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fireking-vertical-3-drawer-legal-fireproof-file-cabinet-black-3-3121-cbli/product_2725798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-wrap-14-x-19-canvas-art/product_817709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-1-25-mil-clear-1000-carton-2902/product_939981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-3-mil-clear-500-carton-6225/product_24450208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-2-mil-clear-500-carton-pb575/product_427245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-3-mil-clear-500-carton-910/product_363409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-6-mil-clear-250-carton-8550/product_692177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-5-x-3-blue-metal-detectable-adhesive-bandages-40-box-g174/product_71733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-pearl-mixatives-0-5-oz-bottle-pack-of-3-3pk-tim22114/product_2130359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-red-pepper-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim22152/product_2130429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-75-w-x-3-l-adhesive-bandages-100-box-g155/product_504001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-azalea-blooms-26-x-32-canvas-art/product_313914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-12-piece-bleeding-control-treatment-pack-91166/product_24566412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-a-quiet-lake-16-x-24-canvas-art/product_314263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-106-piece-first-aid-kit-for-up-to-25-people-fao224u/product_495567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-barn-door-0-5-oz-reinker-bottle-pack-of-3-69475-pk3/product_1721062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-10-piece-bleeding-control-kit-91159/product_24434759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-137-piece-wound-care-treatment-pack-91164/product_24566405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-on-gem-lake-24-x-32-canvas-art/product_314051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-196-pc-first-aid-kit-for-50-people-225-an/product_495564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-36-layflat-poly-bags-2-mil-clear-500-carton-583/product_939625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-forest-moss-0-5-oz-reinker-bottle-pack-of-3/product_1721058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-fired-brick-0-5-oz-reinker-bottle-pack-of-3/product_1721147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-1874-18-x-24-canvas-art/product_499150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-frayed-burlap-pad-pack-of-3/product_1720988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-25-piece-bloodborne-pathogen-spill-kit-217-o/product_71277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-40-layflat-poly-bags-1-5-mil-clear-500-carton-249/product_939521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-29-piece-bloodborne-pathogen-spill-kit-216-o/product_71720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-scattered-straw-0-5-oz-reinker-bottle-pack-of-3/product_1721141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-6-core-polyester-strapping-machine-grade-sps5220/product_946390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-tweezers-stainless-steel-fao6019/product_800299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0446-b1620mf/product_2085475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-24-x-32-canvas-art/product_821651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-4-25-l-medical-tweezers-plastic-m584-12/product_71271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-4-sterile-8-ply-pads-50-box-j213/product_71730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16-x-8-x-4-shipping-boxes-32-ect-brown-25-bundle-1684/product_948968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapid-duax-heavy-duty-desktop-stapler-170-sheet-capacity-silver-73338/product_24343463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/16w-3-drawer-mobile-pedestal-assembled/product_SS204158821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-20-black-frame-art/product_315131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapid-high-capacity-staples-5-16-leg-length-5000-box-90003/product_970364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapidesign-architectural-and-contractors-templates-bolts-and-nuts-1-8-in-1-ft/product_1720545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-24-canvas-art/product_315133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapidesign-circle-drafting-templates-metric-circles-37-circles-r2040/product_2246591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-aluminized-emergency-blanket-5-box-i800/product_71726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-a-bulk-hard-plastic-first-aid-kit-for-10-people-90754/product_2715732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-a-compliant-kit-16-units-plastic-90569/product_2715816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapidesign-circle-drafting-templates-metric-large-circles-44-circles-r2140/product_2245501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-2-by-michael-tompsett-16-x-24-canvas-art-mt0728-c1624gg/product_2080020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-11-shipping-boxes-32-ect-brown-25-bundle-171111/product_415599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-a-smartcompliance-refill-cpr-face-shield-1-each-fae-6023/product_2193644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapidesign-technical-and-scientific-drafting-templates-r-83-chemical-ring-r83/product_2134721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-anti-itch-cream-with-hydrocortisone-0-03-oz-25-box-g486/product_813142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-5-x-6-shipping-boxes-32-ect-brown-25-bundle-17116r/product_630623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-antiseptic-hand-sanitizer-packets-10-box-fae-4007/product_2108610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-8-shipping-boxes-44-ect-brown-25-bundle-hd17118/product_405030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-14-x-14-canvas-art-ali1081-c1414gg/product_2077740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-63-x-22-25-x-17-38-moving-boxes-kraft-blue-2-pack-7718203/product_24344195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-bandage-wraps-smart-compliance-moleskin-2x2-10-box-fao6013/product_800273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/raritan-dominion-kx-iii-rack-mountable-kvm-switchbox-dkx3-808/product_IM1UX4245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/raritan-t1900-led-rackmount-kvm-console/product_IM1XQ6604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-24-x-24-canvas-art-ali1081-c2424gg/product_2078820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-basic-bleeding-control-kit-91061/product_24356135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-apollo-mesh-office-chair-black/product_122845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-13-x-5-shipping-boxes-32-ect-brown-25-bundle-17135/product_630615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-171313/product_574499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-14-x-10-shipping-boxes-32-ect-brown-25-bundle-171410/product_408453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-ergo-human-mesh-mid-back-task-chair-blue/product_122786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-17-x-10-shipping-boxes-32-ect-brown-25-bundle-171710/product_630614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-17-x-4-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-17174/product_947190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-elastic-bandage-wrap-w-2-fasteners-latex-free-4-x-5yd-9-box/product_71325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-elastic-bandage-wrap-w-2-fasteners-latex-free-3-x-5yd-12-box/product_71326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-by-michael-tompsett-18-x-24-canvas-art-mt0690-c1824gg/product_2078482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-11-x-14-wood-frame-art/product_312464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-9-x-9-shipping-boxes-32-ect-brown-25-bundle-1799/product_630613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-eye-care-pack-4-piece-b717/product_71344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-14-x-19-canvas-art/product_312460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-eye-face-shield-with-gloves-21-024/product_2681625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-18-x-24-canvas-art/product_312461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-183-pieces-50-people-90617/product_2138775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-25-people-106-pieces-223-u-fao/product_827446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-1-4-x-11-3-8-x-4-1-2-carrying-case-mailer-with-plastic-handle/product_2647468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rayovac-workhorse-pro-3aaa-led-virtually-indestructible-high-performance-headlight-w-battery/product_2667680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-10-people-76-pieces-white-91323/product_24542364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-25-people-94-pieces-white-91324/product_24542379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kits-13-pieces-white-box-90101/product_802072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-L-x-16-W-x-10-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS181610/product_557466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-a-new-day-16-x-20-ma0145-b1620bmf/product_1725926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-12-H-Shipping-Boxes-44-ECT-Brown-25-Bundle-BS181812HD/product_489204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-refill-kit-106-pieces-25-people-223-refill/product_495561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/razer-blackwidow-v3-wired-gaming-keyboard-black-rz03-03540200-r3u1/product_24479284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/razer-blackwidow-v4-gaming-mechanical-keyboard-black-rz03-04690200-r3u1/product_24567545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-midnight-11-x-14-ma0150-b1114bmf/product_1725920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/razer-goliathus-extended-chroma-mouse-pad-black-rz02-02500300-r3u1/product_24421197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-36-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-181836/product_557519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-a-smartcompliance-refill-cpr-face-shield-1-each-fae-6023/product_2193644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rapidesign-technical-and-scientific-drafting-templates-r-83-chemical-ring-r83/product_2134721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-5-x-6-shipping-boxes-32-ect-brown-25-bundle-17116r/product_630623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-anti-itch-cream-with-hydrocortisone-0-03-oz-25-box-g486/product_813142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-antiseptic-hand-sanitizer-packets-10-box-fae-4007/product_2108610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-8-shipping-boxes-44-ect-brown-25-bundle-hd17118/product_405030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-14-x-14-canvas-art-ali1081-c1414gg/product_2077740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-63-x-22-25-x-17-38-moving-boxes-kraft-blue-2-pack-7718203/product_24344195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-bandage-wraps-smart-compliance-moleskin-2x2-10-box-fao6013/product_800273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/raritan-dominion-kx-iii-rack-mountable-kvm-switchbox-dkx3-808/product_IM1UX4245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/raritan-t1900-led-rackmount-kvm-console/product_IM1XQ6604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-24-x-24-canvas-art-ali1081-c2424gg/product_2078820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-basic-bleeding-control-kit-91061/product_24356135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-apollo-mesh-office-chair-black/product_122845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-13-x-5-shipping-boxes-32-ect-brown-25-bundle-17135/product_630615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-171313/product_574499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-14-x-10-shipping-boxes-32-ect-brown-25-bundle-171410/product_408453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-ergo-human-mesh-mid-back-task-chair-blue/product_122786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-17-x-10-shipping-boxes-32-ect-brown-25-bundle-171710/product_630614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-17-x-4-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-17174/product_947190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-elastic-bandage-wrap-w-2-fasteners-latex-free-4-x-5yd-9-box/product_71325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-elastic-bandage-wrap-w-2-fasteners-latex-free-3-x-5yd-12-box/product_71326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-by-michael-tompsett-18-x-24-canvas-art-mt0690-c1824gg/product_2078482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-11-x-14-wood-frame-art/product_312464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/17-x-9-x-9-shipping-boxes-32-ect-brown-25-bundle-1799/product_630613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-eye-care-pack-4-piece-b717/product_71344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-14-x-19-canvas-art/product_312460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-eye-face-shield-with-gloves-21-024/product_2681625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-18-x-24-canvas-art/product_312461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-183-pieces-50-people-90617/product_2138775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-25-people-106-pieces-223-u-fao/product_827446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-1-4-x-11-3-8-x-4-1-2-carrying-case-mailer-with-plastic-handle/product_2647468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rayovac-workhorse-pro-3aaa-led-virtually-indestructible-high-performance-headlight-w-battery/product_2667680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-10-people-76-pieces-white-91323/product_24542364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-25-people-94-pieces-white-91324/product_24542379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kits-13-pieces-white-box-90101/product_802072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-L-x-16-W-x-10-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS181610/product_557466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-a-new-day-16-x-20-ma0145-b1620bmf/product_1725926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-12-H-Shipping-Boxes-44-ECT-Brown-25-Bundle-BS181812HD/product_489204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-refill-kit-106-pieces-25-people-223-refill/product_495561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/razer-blackwidow-v3-wired-gaming-keyboard-black-rz03-03540200-r3u1/product_24479284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/razer-blackwidow-v4-gaming-mechanical-keyboard-black-rz03-04690200-r3u1/product_24567545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-midnight-11-x-14-ma0150-b1114bmf/product_1725920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/razer-goliathus-extended-chroma-mouse-pad-black-rz02-02500300-r3u1/product_24421197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-36-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-181836/product_557519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:39:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-splash-canvas-art-35x47-inches/product_250309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-large-bleeding-control-cabinet-w-o-alarm-91541/product_24585443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richard-friese-deutschland-an-der-dostsee-canvas-art-22x32-inches/product_244849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-rctngl-adv-lbl-gls-2x3-pol/product_24514697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/razer-ornata-v3-ergonomic-gaming-keyboard-black-rz03-04460200-r3u1/product_24536635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richard-hakluyt-map-of-the-new-world-1587-canvas-art-18x24-inches/product_245428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-1000-120-gauge-blown-stretch-wrap-clear-4-carton-sf181/product_449821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-office-first-aid-refill-ansi-class-a-ansi-2021-25-people-94-pieces-91359/product_24542366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-1000-63-gauge-stretch-wrap-blue-4-carton-46834/product_24452397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0542-c1219gg/product_2079218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-on-the-go-first-aid-kit-106-pieces-blue-91281/product_24566364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0542-b1620mf/product_2083464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-12-corrugated-pad-single-wall-50-bundle-sp1812/product_1499906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rca-2-bay-uhf-outdoor-antenna-ant111/product_208180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-16-shipping-boxes-32-ect-brown-25-bundle-181216/product_574510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-2-deluxe-literature-mailers-50-bundle-mfl18122k/product_1578499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rca-amplified-indoor-fm-and-tv-antenna-ant310f/product_2089003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-readycare-238-pc-first-aid-kit-for-50-people-90698/product_2297447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-10-piece-24-people-bleeding-control-kit-91137/product_24585447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ringling-brothers-and-barnum-and-bailey-canvas-art-22x32-inches/product_244862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rca-retro-0-9-cubic-ft-countertop-microwave-rmw987-black/product_24543163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rca-tp243whr-25-phone-line-cord-white-rcatp243whr/product_2423878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rca-tp247whr-phone-jack-wall-plate-rcatp247whr/product_24306354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-ii-canvas-art-18x18-inches/product_250432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-7-piece-24-people-bleeding-control-kit-91519/product_24585431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-scissors-bent-nickel-plated-730018/product_813161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-v-canvas-art-35x35-inches/product_250729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-0-13-benzalkonium-chloride-antiseptic-towelettes-10-box-fae-4002/product_800262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-barbados-palms-canvas-art-18x24-inches/product_250438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-5-w-x-3-l-knuckle-bandages-10-box-fae-3008/product_800256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1499/product_939840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-75-w-x-2-l-fingertip-bandages-10-box-fae-3006/product_800255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-75-w-x-2-l-fingertip-metal-detectable-bandages-20-box-fae-3040/product_434003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-x-18-tourniquet-1-per-box-fae-7022/product_2622140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cube-abstract-vi-canvas-art-24x24-inches/product_250716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-fishing-wharf-canvas-art-18x24-inches/product_250441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-2-single-ply-conforming-gauze-roll-each-fae-5002/product_800266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/read-right-data-wipes-75-wipes-per-bag/product_68872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-clear-4-carton-fstsf188cast/product_449798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-purple-tinted-4-carton-fstsf188cpurple/product_2653208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-key-west-breeze-canvas-art-26x32-inches/product_250402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-mideterreanean-beach-canvas-art-26x32-inches/product_250752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-first-aid-refill-kit-241-pieces-50-people-90613/product_2108609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-gel-refill-burn-dressing-3-5-gm-144-carton-fae-7006/product_24598389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-40-gusseted-poly-bags-2-mil-clear-200-carton-1630/product_361539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-gel-refill-burn-dressing-3-5-gm-6-box-fae-7006/product_434067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-mideterreanean-villa-canvas-art-26x32-inches/product_250755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/read-right-surfacekleen-premoistened-cleaning-wipes-5-x-5-unscented-72-box-rr15109/product_24453985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-202-pieces-white-kit-746004-021/product_2119981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/read-right-surfacekleen-premoistened-cleaning-wipes-6-38-x-5-4-unscented-75-pack-rr15111/product_24453984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-splash-canvas-art-35x47-inches/product_250309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-large-bleeding-control-cabinet-w-o-alarm-91541/product_24585443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-rctngl-adv-lbl-gls-2x3-pol/product_24514697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richard-friese-deutschland-an-der-dostsee-canvas-art-22x32-inches/product_244849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/razer-ornata-v3-ergonomic-gaming-keyboard-black-rz03-04460200-r3u1/product_24536635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-1000-120-gauge-blown-stretch-wrap-clear-4-carton-sf181/product_449821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richard-hakluyt-map-of-the-new-world-1587-canvas-art-18x24-inches/product_245428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-office-first-aid-refill-ansi-class-a-ansi-2021-25-people-94-pieces-91359/product_24542366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-1000-63-gauge-stretch-wrap-blue-4-carton-46834/product_24452397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-on-the-go-first-aid-kit-106-pieces-blue-91281/product_24566364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0542-c1219gg/product_2079218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0542-b1620mf/product_2083464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-12-corrugated-pad-single-wall-50-bundle-sp1812/product_1499906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-2-deluxe-literature-mailers-50-bundle-mfl18122k/product_1578499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-16-shipping-boxes-32-ect-brown-25-bundle-181216/product_574510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rca-2-bay-uhf-outdoor-antenna-ant111/product_208180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rca-amplified-indoor-fm-and-tv-antenna-ant310f/product_2089003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-readycare-238-pc-first-aid-kit-for-50-people-90698/product_2297447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-10-piece-24-people-bleeding-control-kit-91137/product_24585447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ringling-brothers-and-barnum-and-bailey-canvas-art-22x32-inches/product_244862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rca-retro-0-9-cubic-ft-countertop-microwave-rmw987-black/product_24543163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rca-tp243whr-25-phone-line-cord-white-rcatp243whr/product_2423878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rca-tp247whr-phone-jack-wall-plate-rcatp247whr/product_24306354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-ii-canvas-art-18x18-inches/product_250432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-7-piece-24-people-bleeding-control-kit-91519/product_24585431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-scissors-bent-nickel-plated-730018/product_813161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-v-canvas-art-35x35-inches/product_250729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-0-13-benzalkonium-chloride-antiseptic-towelettes-10-box-fae-4002/product_800262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-barbados-palms-canvas-art-18x24-inches/product_250438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-5-w-x-3-l-knuckle-bandages-10-box-fae-3008/product_800256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1499/product_939840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-75-w-x-2-l-fingertip-bandages-10-box-fae-3006/product_800255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-75-w-x-2-l-fingertip-metal-detectable-bandages-20-box-fae-3040/product_434003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-x-18-tourniquet-1-per-box-fae-7022/product_2622140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cube-abstract-vi-canvas-art-24x24-inches/product_250716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-fishing-wharf-canvas-art-18x24-inches/product_250441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-2-single-ply-conforming-gauze-roll-each-fae-5002/product_800266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-clear-4-carton-fstsf188cast/product_449798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/read-right-data-wipes-75-wipes-per-bag/product_68872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-purple-tinted-4-carton-fstsf188cpurple/product_2653208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-key-west-breeze-canvas-art-26x32-inches/product_250402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-first-aid-refill-kit-241-pieces-50-people-90613/product_2108609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-mideterreanean-beach-canvas-art-26x32-inches/product_250752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-gel-refill-burn-dressing-3-5-gm-144-carton-fae-7006/product_24598389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-40-gusseted-poly-bags-2-mil-clear-200-carton-1630/product_361539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-gel-refill-burn-dressing-3-5-gm-6-box-fae-7006/product_434067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-mideterreanean-villa-canvas-art-26x32-inches/product_250755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/read-right-surfacekleen-premoistened-cleaning-wipes-5-x-5-unscented-72-box-rr15109/product_24453985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-202-pieces-white-kit-746004-021/product_2119981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/read-right-surfacekleen-premoistened-cleaning-wipes-6-38-x-5-4-unscented-75-pack-rr15111/product_24453984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:39:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:40:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-202-pieces-white-kit-90580-021/product_2121133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-241-pieces-white-kit-90608-021/product_1738649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reading-comprehension-cubes/product_872800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-b-ansi-2021-150-people-909-pieces-white-kit-90732-021/product_2554447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-15-heavy-duty-shipping-boxes-32-ect-brown-20-bundle-181815/product_947067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-feelings-emotions-stampers-set-with-stamp-pads/product_24575795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-ii-canvas-art-30x47-inches/product_250408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-rooster-canvas-art-18x24-inches/product_250453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-18-32-ect-shipping-boxes-20-bundle-cw57292/product_415601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-assorted-bandages-16-pack-fae-6105/product_2681611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-4-in-1-stamp-pad-assorted-primary-ink-pack-of-3-ce-6645-3/product_24511054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-burn-spray-4-oz-fae-1304/product_2681721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-brown-pack-of-6-ce-6611-6/product_24518686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-castile-soap-wipes-10-box-fae-4014/product_2681662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-24-partners-brand-deluxe-packing-boxes-kraft-brown-6-pack-181824dpbrp6/product_24336933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-24-shipping-boxes-32-ect-brown-20-bundle-bs181824lmb/product_2647629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-cloth-first-aid-tape-1-x-5-yd-fae-6040/product_434059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-waves-i-canvas-art-16x32-inches/product_250261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-8-shipping-boxes-32-ect-brown-25-bundle-18188/product_426334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-paint-effect-stamps-6-set-3-sets-ce-6652-3/product_24500333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-x-y-axis-stamp-pack-of-3-ce-927-3/product_24511056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-river-valley-35-x-47-canvas-art/product_313930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-windlass-tourniquet-91356/product_24566403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-letters-black-4-italic-upper-lower-case/product_931791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-road-ranch-house-22-x-32-canvas-art/product_314175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-readers-katie-can-paperback-reader-katie-is-a-big-sister-9781731648471/product_24520779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-road-ranch-house-30-x-47-canvas-art/product_314176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-spill-magic-universal-anywhere-response-station-kit-with-filled-bottle-and-30-pocket-pads-97128/product_24581385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-alphabet-stamps-lowercase-small-34-per-set-2-sets-ce-6812-2/product_24568854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-road-to-jenne-farm-vermont-24-x-32-canvas-art/product_314054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-22-layflat-poly-bags-3-mil-clear-250-carton-6240/product_24449500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-dough-paint-stampers-lowercase-alphabet-ce-6918/product_24384112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roar-the-lion-by-design-turnpike-18-x-18-canvas-art-ali1281-c1818gg/product_2083186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-giant-stampers-transportation-set-1-10-pkg/product_882489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-giant-stampers-insects/product_934887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-jumbo-circular-washable-stamp-pad-6-inch-10-colors-ce-6615/product_883901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-havel-view-from-the-tarrytown-canvas-art-18x24-inches/product_246394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-weatherproof-hard-plastic-first-aid-kit-ansi-a-ansi-2015-50-people-215-pieces-red-90699/product_2141710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-i-11-x-11-matted-framed-190836278985/product_2573917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-washable-stamp-pad-3-in-1-electric-pink-purple-turquoise-pack-of-3-ce-10050-3/product_24568855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-2500-60-gauge-pvc-shrink-film-clear-shpvc1860/product_946446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-28-layflat-poly-bags-3-mil-clear-250-carton-6245/product_24449501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-0-74-qt-snap-lid-storage-box-transparent-blue-0-7tb/product_179511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-17-96-qt-snap-lid-storage-bin-transparent-smoke-us17tsmk/product_2841794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-iv-18-x-18-canvas-stretched-190836279418/product_2575008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-2-mil-clear-500-carton-596/product_939144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-2-22-qt-snap-lid-storage-bin-transparent-blue-2-1tb/product_356513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-i-11-x-11-matted-framed-art-print-190836279555/product_2573892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-20-08-qt-flat-lid-storage-bin-transparent-smoke-19tsmk/product_2841792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-20-08-qt-flat-lid-storage-box-transparent-blue-19tb/product_2841793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-4-in-1-sling-n-seat-tub-bdy86/product_24477624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-202-pieces-white-kit-90580-021/product_2121133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-241-pieces-white-kit-90608-021/product_1738649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reading-comprehension-cubes/product_872800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-b-ansi-2021-150-people-909-pieces-white-kit-90732-021/product_2554447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-feelings-emotions-stampers-set-with-stamp-pads/product_24575795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-15-heavy-duty-shipping-boxes-32-ect-brown-20-bundle-181815/product_947067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-ii-canvas-art-30x47-inches/product_250408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-rooster-canvas-art-18x24-inches/product_250453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-18-32-ect-shipping-boxes-20-bundle-cw57292/product_415601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-assorted-bandages-16-pack-fae-6105/product_2681611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-burn-spray-4-oz-fae-1304/product_2681721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-4-in-1-stamp-pad-assorted-primary-ink-pack-of-3-ce-6645-3/product_24511054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-brown-pack-of-6-ce-6611-6/product_24518686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-castile-soap-wipes-10-box-fae-4014/product_2681662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-24-partners-brand-deluxe-packing-boxes-kraft-brown-6-pack-181824dpbrp6/product_24336933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-24-shipping-boxes-32-ect-brown-20-bundle-bs181824lmb/product_2647629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-cloth-first-aid-tape-1-x-5-yd-fae-6040/product_434059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-waves-i-canvas-art-16x32-inches/product_250261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-8-shipping-boxes-32-ect-brown-25-bundle-18188/product_426334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-x-y-axis-stamp-pack-of-3-ce-927-3/product_24511056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-paint-effect-stamps-6-set-3-sets-ce-6652-3/product_24500333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-river-valley-35-x-47-canvas-art/product_313930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-windlass-tourniquet-91356/product_24566403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-road-ranch-house-22-x-32-canvas-art/product_314175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-letters-black-4-italic-upper-lower-case/product_931791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready-readers-katie-can-paperback-reader-katie-is-a-big-sister-9781731648471/product_24520779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-road-ranch-house-30-x-47-canvas-art/product_314176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-spill-magic-universal-anywhere-response-station-kit-with-filled-bottle-and-30-pocket-pads-97128/product_24581385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-alphabet-stamps-lowercase-small-34-per-set-2-sets-ce-6812-2/product_24568854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-22-layflat-poly-bags-3-mil-clear-250-carton-6240/product_24449500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-road-to-jenne-farm-vermont-24-x-32-canvas-art/product_314054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-dough-paint-stampers-lowercase-alphabet-ce-6918/product_24384112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roar-the-lion-by-design-turnpike-18-x-18-canvas-art-ali1281-c1818gg/product_2083186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-giant-stampers-transportation-set-1-10-pkg/product_882489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-giant-stampers-insects/product_934887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-jumbo-circular-washable-stamp-pad-6-inch-10-colors-ce-6615/product_883901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-havel-view-from-the-tarrytown-canvas-art-18x24-inches/product_246394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ready2learn-washable-stamp-pad-3-in-1-electric-pink-purple-turquoise-pack-of-3-ce-10050-3/product_24568855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-i-11-x-11-matted-framed-190836278985/product_2573917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/first-aid-only-weatherproof-hard-plastic-first-aid-kit-ansi-a-ansi-2015-50-people-215-pieces-red-90699/product_2141710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-2500-60-gauge-pvc-shrink-film-clear-shpvc1860/product_946446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-28-layflat-poly-bags-3-mil-clear-250-carton-6245/product_24449501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-0-74-qt-snap-lid-storage-box-transparent-blue-0-7tb/product_179511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-17-96-qt-snap-lid-storage-bin-transparent-smoke-us17tsmk/product_2841794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-iv-18-x-18-canvas-stretched-190836279418/product_2575008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-2-mil-clear-500-carton-596/product_939144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-2-22-qt-snap-lid-storage-bin-transparent-blue-2-1tb/product_356513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-i-11-x-11-matted-framed-art-print-190836279555/product_2573892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-20-08-qt-flat-lid-storage-bin-transparent-smoke-19tsmk/product_2841792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-20-08-qt-flat-lid-storage-box-transparent-blue-19tb/product_2841793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-4-in-1-sling-n-seat-tub-bdy86/product_24477624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-4-in-1-sling-n-seat-tub-pacific-pebble-gpn17/product_24477556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-8-x-4-shipping-box-32-ect-kraft-25-bundle-bs180804/product_24442834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-4-23-qt-snap-lid-storage-box-transparent-smoke-4tsmk/product_2841788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-4-liter-clear-4l-cl/product_673322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-disney-frozen-elsa-friends-by-little-people/product_24595957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-30-sheet-3x3-pol/product_24469168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-gls-3x3-pol-dpf/product_24471356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-6-87-qt-snap-lid-storage-box-clear-6-5c/product_172146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-8-1-liter-snap-lid-storage-bin-clear-5-pack-8-1lc-pk5c/product_2215521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-gls-2x3-pis/product_24514686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-jurassic-world-lights-sounds-trike/product_24600653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-gls-2x3-pol/product_24514700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-8-56-qt-snap-lid-storage-bin-transparent-smoke-8-1tsmk/product_2841784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/180-square-adv-lbl-gls-3x3-pol/product_24514645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-farm-animal-puzzle-with-game-learn-controller/product_24575733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-11-x-11-matted-framed-190836280803/product_2573874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-11-x-11-matted-framed-190836280810/product_2573882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card-100-email-delivery/product_1415791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/181818v3c-brown-18-x-18-single-wall-corrugated-boxes-10-bundle/product_1578458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-with-4-in-1-game-experience-activity-center/product_24575750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-12-x-24-canvas-art-ali1038-c1224gg/product_2085280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1850-pioneer-blend-decaf-ground-coffee-medium-roast-2-5-oz-fraction-pack-24-carton-2550021513/product_24405531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robohawks-by-eric-joyner-18-x-24-canvas-art-ali1037-c1824gg/product_2078813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-7-cube-waterfall-chrome/product_216666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-16-x-24-canvas-art/product_317123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-end-cap-black/product_216165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-7-8-x-19-7-8-staples-corrugated-layer-pad-50-bundle-bssp19/product_949074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-x-12-x-3-deluxe-literature-mailers-25-bundle-mfl19123k/product_1578497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-bird-puffs-peppermint-mints-320-oz-pdm20000/product_2461649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-191313/product_947197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-bull-8-4-oz-cans-4-bx/product_1029469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-x-24-returnable-self-sealing-poly-mailer-200-carton-5210/product_24450215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-x-19-x-19-shipping-boxes-32-ect-brown-10-bundle-191919/product_574521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-x-6-x-4-shipping-boxes-32-ect-brown-25-bundle-1964/product_947188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-bull-the-red-edition-watermelon-energy-drink-8-4-fl-oz-24-cans-carton-rb230365/product_24487278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-river-autumn-14-x-24-canvas-art/product_314653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-on-the-go-baby-dome-pixel-forest-ghp44/product_24477578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-devil-economy-series-4800-stiff-putty-knife-1-1-2/product_701033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-devil-economy-series-4800-stiff-wall-scraper-3/product_701034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-11-x-14-white-matted-black-frame-ali1116-b1114mf/product_2077456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4100-stiff-putty-knife-1-1-4/product_701021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-16-x-20-white-matted-wood-frame-ali1116-w1620mf/product_2086581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1m-3ft-usb-c-to-usb-c-cable-5a-pd-usb-2-0-usb-if-certified/product_IM15DN375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-me-up-fabric-kids-floor-seat-multicolor-fjf61/product_24477519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-1-2-x-2-plastic-strap-guard-blue-pack-of-1000-spp252b/product_948664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-1-2-x-26-white-mailing-tubes-with-cap-34-case/product_947283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-flexible-taping-knife-6/product_700661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-4-in-1-sling-n-seat-tub-pacific-pebble-gpn17/product_24477556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-4-liter-clear-4l-cl/product_673322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-disney-frozen-elsa-friends-by-little-people/product_24595957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/18-x-8-x-4-shipping-box-32-ect-kraft-25-bundle-bs180804/product_24442834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-4-23-qt-snap-lid-storage-box-transparent-smoke-4tsmk/product_2841788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-30-sheet-3x3-pol/product_24469168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-gls-3x3-pol-dpf/product_24471356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-6-87-qt-snap-lid-storage-box-clear-6-5c/product_172146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-8-1-liter-snap-lid-storage-bin-clear-5-pack-8-1lc-pk5c/product_2215521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-gls-2x3-pis/product_24514686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-jurassic-world-lights-sounds-trike/product_24600653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-gls-2x3-pol/product_24514700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/really-useful-box-8-56-qt-snap-lid-storage-bin-transparent-smoke-8-1tsmk/product_2841784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/180-square-adv-lbl-gls-3x3-pol/product_24514645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-farm-animal-puzzle-with-game-learn-controller/product_24575733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-11-x-11-matted-framed-190836280803/product_2573874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-11-x-11-matted-framed-190836280810/product_2573882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card-100-email-delivery/product_1415791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/181818v3c-brown-18-x-18-single-wall-corrugated-boxes-10-bundle/product_1578458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-with-4-in-1-game-experience-activity-center/product_24575750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-12-x-24-canvas-art-ali1038-c1224gg/product_2085280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1850-pioneer-blend-decaf-ground-coffee-medium-roast-2-5-oz-fraction-pack-24-carton-2550021513/product_24405531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robohawks-by-eric-joyner-18-x-24-canvas-art-ali1037-c1824gg/product_2078813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-7-cube-waterfall-chrome/product_216666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-16-x-24-canvas-art/product_317123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-end-cap-black/product_216165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-7-8-x-19-7-8-staples-corrugated-layer-pad-50-bundle-bssp19/product_949074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-x-12-x-3-deluxe-literature-mailers-25-bundle-mfl19123k/product_1578497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-bird-puffs-peppermint-mints-320-oz-pdm20000/product_2461649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-191313/product_947197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-bull-8-4-oz-cans-4-bx/product_1029469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-x-24-returnable-self-sealing-poly-mailer-200-carton-5210/product_24450215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-x-19-x-19-shipping-boxes-32-ect-brown-10-bundle-191919/product_574521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/19-x-6-x-4-shipping-boxes-32-ect-brown-25-bundle-1964/product_947188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-bull-the-red-edition-watermelon-energy-drink-8-4-fl-oz-24-cans-carton-rb230365/product_24487278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-river-autumn-14-x-24-canvas-art/product_314653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-on-the-go-baby-dome-pixel-forest-ghp44/product_24477578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-devil-economy-series-4800-stiff-putty-knife-1-1-2/product_701033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-devil-economy-series-4800-stiff-wall-scraper-3/product_701034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-11-x-14-white-matted-black-frame-ali1116-b1114mf/product_2077456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4100-stiff-putty-knife-1-1-4/product_701021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-16-x-20-white-matted-wood-frame-ali1116-w1620mf/product_2086581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/1m-3ft-usb-c-to-usb-c-cable-5a-pd-usb-2-0-usb-if-certified/product_IM15DN375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-me-up-fabric-kids-floor-seat-multicolor-fjf61/product_24477519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-1-2-x-2-plastic-strap-guard-blue-pack-of-1000-spp252b/product_948664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-1-2-x-26-white-mailing-tubes-with-cap-34-case/product_947283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-flexible-taping-knife-6/product_700661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:40:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-1-4-x-1-3-8-orm-d-consumer-commodity-label-30-carton-dl7030a-ch/product_24377429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-tambourine-maracas-gift-set/product_24595990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-11-rs975-b1111mf/product_1730936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-20x30-metal-wall-print-pis/product_24490175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-devil-zip-a-way-professional-series-4200-stiff-painters-tool-6-in-1/product_700687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-11-rs975-w1111mf/product_1730935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-24x36-metal-wall-print-pis/product_24490191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-100/product_2657094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-14-rs996-w1114mf/product_1729264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fiskars-1-hole-rectangle-hand-punch-blue-23567097j/product_24517273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-25/product_2657093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-50-email-delivery/product_2461896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-14-x-14-rs975-c1414gg/product_1731217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-50/product_2657092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-20-rs996-b1620mf/product_1727561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card-25-email-delivery/product_2140522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fiskars-assorted-colors-big-kids-pointed-tip-scissors-6-194640/product_24239435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fiskars-kids-scissors-pointed-tip-assorted-colors-12-pack-1067002/product_24600580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-11-x-14-rs999-b1114mf/product_1729262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-18-x-18-rs975-c1818gg/product_1729562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-shipping-tags-3-3-3-4-x-1-7-8-1000-case/product_496202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-11-x-14-rs999-w1114mf/product_1729261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fiskars-star-1-hole-punch-3-sheet-capacity-yellow-fsk23537097-3/product_24496429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-vines-original-red-licorice-5-oz-24-box-209-00106/product_183833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fiskars-softgrip-5-stainless-steel-kid-s-scissors-pointed-tip-assorted-colors-194230-1001/product_180870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-arrow-flags-assorted-colors-0-47-wide-50-flags-pad-5-pads-pack-32118/product_900895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-die-cut-shaped-sticky-notepads-assorted-neon-colors-50-sheets-pad-3-pads-pack/product_2655607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-bar-soap-canvas-art/product_254702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-flags-assorted-colors-1-wide-240-pack-20202/product_668111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fit-fresh-simplified-lunch-bag-floral-2843sim3167/product_24532664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-11-x-11-rs976-b1111bmf/product_1730934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebook-8-5-x-11-college-ruled-100-sheets-each-06206-08076/product_256511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebooks-8-x-10-5-wide-ruled-100-sheets-each-05238-07635/product_601350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-5-x-3-reclosable-poly-bags-4-mil-pink-1000-carton-4022/product_940065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-black-gray-29052it8/product_24440218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-page-flags-red-1-88-wide-120-pack-81344/product_665901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-5-x-7-5-gusseted-poly-bags-1-5-mil-clear-1000-carton-13105/product_940320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-24-x-24-rs976-c2424gg/product_1727774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-black-red-29052ce8/product_24440219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-11-x-11-rs977-b1111bmf/product_1730913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-drawer-mobile-file-cabinet/product_SS203295663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-printed-arrows-flags-please-sign-return-red-9-16-x-2-120-roll-6-rolls-pack-91037/product_875690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-blue-1-88-wide-120-pack-81034/product_512384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-yellow-1-88-wide-120-pack-81014/product_665919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-notebook-8-5-x-11-college-ruled-200-sheets/product_SS174735482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-subject-notebooks-8-x-10-5-wide-ruled-200-sheets-each-51016/product_2072330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-1-4-x-1-3-8-orm-d-consumer-commodity-label-30-carton-dl7030a-ch/product_24377429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fisher-price-tambourine-maracas-gift-set/product_24595990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-11-rs975-b1111mf/product_1730936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-20x30-metal-wall-print-pis/product_24490175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-11-rs975-w1111mf/product_1730935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-devil-zip-a-way-professional-series-4200-stiff-painters-tool-6-in-1/product_700687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-24x36-metal-wall-print-pis/product_24490191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-100/product_2657094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-11-x-14-rs996-w1114mf/product_1729264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fiskars-1-hole-rectangle-hand-punch-blue-23567097j/product_24517273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-25/product_2657093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-50-email-delivery/product_2461896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-14-x-14-rs975-c1414gg/product_1731217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-50/product_2657092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-20-rs996-b1620mf/product_1727561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card-25-email-delivery/product_2140522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fiskars-assorted-colors-big-kids-pointed-tip-scissors-6-194640/product_24239435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fiskars-kids-scissors-pointed-tip-assorted-colors-12-pack-1067002/product_24600580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-11-x-14-rs999-b1114mf/product_1729262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-18-x-18-rs975-c1818gg/product_1729562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-11-x-14-rs999-w1114mf/product_1729261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-shipping-tags-3-3-3-4-x-1-7-8-1000-case/product_496202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fiskars-star-1-hole-punch-3-sheet-capacity-yellow-fsk23537097-3/product_24496429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/red-vines-original-red-licorice-5-oz-24-box-209-00106/product_183833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fiskars-softgrip-5-stainless-steel-kid-s-scissors-pointed-tip-assorted-colors-194230-1001/product_180870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-die-cut-shaped-sticky-notepads-assorted-neon-colors-50-sheets-pad-3-pads-pack/product_2655607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-arrow-flags-assorted-colors-0-47-wide-50-flags-pad-5-pads-pack-32118/product_900895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-bar-soap-canvas-art/product_254702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-flags-assorted-colors-1-wide-240-pack-20202/product_668111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fit-fresh-simplified-lunch-bag-floral-2843sim3167/product_24532664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-11-x-11-rs976-b1111bmf/product_1730934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebook-8-5-x-11-college-ruled-100-sheets-each-06206-08076/product_256511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebooks-8-x-10-5-wide-ruled-100-sheets-each-05238-07635/product_601350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-5-x-3-reclosable-poly-bags-4-mil-pink-1000-carton-4022/product_940065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-black-gray-29052it8/product_24440218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-page-flags-red-1-88-wide-120-pack-81344/product_665901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-5-x-7-5-gusseted-poly-bags-1-5-mil-clear-1000-carton-13105/product_940320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-24-x-24-rs976-c2424gg/product_1727774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-black-red-29052ce8/product_24440219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-11-x-11-rs977-b1111bmf/product_1730913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-drawer-mobile-file-cabinet/product_SS203295663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-printed-arrows-flags-please-sign-return-red-9-16-x-2-120-roll-6-rolls-pack-91037/product_875690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-blue-1-88-wide-120-pack-81034/product_512384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-yellow-1-88-wide-120-pack-81014/product_665919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-notebook-8-5-x-11-college-ruled-200-sheets/product_SS174735482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-subject-notebooks-8-x-10-5-wide-ruled-200-sheets-each-51016/product_2072330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-10-x-3000-clear-1940/product_939872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-advance-5-subject-subject-notebooks-8-5-x-11-college-ruled-200-sheets-each-06326/product_2072015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-flex-1-subject-notebooks-8-5-x-11-college-ruled-80-sheets-red-08120/product_865918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-22-x-1800-clear-1967/product_363771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-flex-5-subject-subject-notebooks-8-5-x-11-college-ruled-150-sheets-assorted-colors-08128/product_865916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-flex-hybrid-notebinder-customizable-notebook-8-5-x-11-quad-80-sheets-29104/product_638660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-11-x-14-rs995-b1114mf/product_1729268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-11-x-14-rs995-w1114mf/product_1729267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-3-part-carbonless-credit-memos-5-5-l-x-7-88-w-50-sets-book-red7l787/product_508632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-40-x-1200-clear-1990/product_363776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-soft-petals-1-subject-notebooks-8-5-x-11-college-ruled-80-sheets-assorted-colors-2-pack-820331/product_24596025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-chemistry-lab-notebook-7-5-x-9-25-narrow-ruled-60-green-tint-sheets-blue-cover-43571/product_507991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-tech-1-1-2-3-ring-zipper-binders-red-72206/product_204079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-wirebound-notebook-1-subject-notebook-8-5-x-11-college-ruled-100-sheets-green-72055/product_958108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-part-carbon-style-numbered-inventory-tags-1-500-1-999-500-case/product_496414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-mobped-1hr/product_SS212599360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-lat-1hr-44-5w/product_SS212599358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-money-3-part-carbonless-receipt-book-2-75-x-6-88-200-pack-s1657ncl/product_742650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-35-x-35-rs980-c3535gg/product_1727466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-lat-31w/product_SS212599374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-part-carbonless-numbered-inventory-tags-2-000-2-499-500-case/product_516817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-ply-rolls-for-credit-debit-machines-carbonless-2-3-4-x90-50-rolls-ctn/product_587233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-reinforced-college-ruled-filler-paper-8-5-x-11-3-hole-punched-100-sheets-pack-20122-wbz13r/product_533059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-port-usb-c-kvm-switch-4k-60hz-hdmi-compact-uhd-desktop-kvm-switch-w-usb-type-c-cables-bus-powered-macbook-thinkpad/product_IM17WF537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-legal-2hr-32d/product_SS212599380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-letter-25d/product_SS212599352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-row-rekenrek-counting-frame-ler4358/product_2662135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-11-x-11-rs997-b1111bmf/product_1730866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-shelf-31-33-h-laminated-wood-bookcase-white-tlg86625/product_24468019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-firesheild-2-drawer-vert/product_SS212599359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-16-layflat-poly-bags-2-mil-clear-1000-carton-348/product_939540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-visitor-book-9-88-x-8-5-burgundy-64-sheets-book-57-803/product_458657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-patriot-2-drawer-vert-letter-31d/product_SS212599368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-visitors-log-book-11-x-8-5-50-pages-multicolor-9g620/product_517397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-storage-4-shelf-724h/product_SS212599363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-air-velocity-meter-compact-series-r1900/product_24285702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reebok-2-piece-hardside-spinner-carry-on-luggage-set-tsa-checkpoint-friendly-black-hlg2102rb-black/product_24591062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-blocks-7-6-x12-multi-colored-rug-fe111-44a/product_2454190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-c-370-waterproof-rtd-thermometer-ip67-c0370/product_2313888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-panoraspens-10-x-32-rs1001-c1032gg/product_1729218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-16-x-16-rs981-b1616bmf/product_1729019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-c-383-combustible-gas-leak-detector-c-383/product_2313886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-30-light-duty-edge-protectors-120-2940-pallet-vbdep2230120/product_2653374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-words-7-6-x12-multi-colored-rug-fe107-44a/product_2454185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-alphabet-owls-7-6-x12-multi-colored-rug-fe258-44a/product_2454184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-30-light-duty-edge-protectors-120-2940-pallet-vbdep2260120/product_2653356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-35-x-35-rs981-c3535gg/product_1727465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-10-x-3000-clear-1940/product_939872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-40-heavy-duty-edge-protectors-225-1540-pallet-vbdep2240225/product_2653361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-advance-5-subject-subject-notebooks-8-5-x-11-college-ruled-200-sheets-each-06326/product_2072015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-flex-hybrid-notebinder-customizable-notebook-8-5-x-11-quad-80-sheets-29104/product_638660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-flex-5-subject-subject-notebooks-8-5-x-11-college-ruled-150-sheets-assorted-colors-08128/product_865916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-22-x-1800-clear-1967/product_363771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-flex-1-subject-notebooks-8-5-x-11-college-ruled-80-sheets-red-08120/product_865918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-11-x-14-rs995-b1114mf/product_1729268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-3-part-carbonless-credit-memos-5-5-l-x-7-88-w-50-sets-book-red7l787/product_508632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-11-x-14-rs995-w1114mf/product_1729267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-40-x-1200-clear-1990/product_363776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-soft-petals-1-subject-notebooks-8-5-x-11-college-ruled-80-sheets-assorted-colors-2-pack-820331/product_24596025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-tech-1-1-2-3-ring-zipper-binders-red-72206/product_204079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/five-star-wirebound-notebook-1-subject-notebook-8-5-x-11-college-ruled-100-sheets-green-72055/product_958108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-chemistry-lab-notebook-7-5-x-9-25-narrow-ruled-60-green-tint-sheets-blue-cover-43571/product_507991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-part-carbon-style-numbered-inventory-tags-1-500-1-999-500-case/product_496414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-lat-1hr-44-5w/product_SS212599358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-mobped-1hr/product_SS212599360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-35-x-35-rs980-c3535gg/product_1727466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-money-3-part-carbonless-receipt-book-2-75-x-6-88-200-pack-s1657ncl/product_742650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-lat-31w/product_SS212599374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-part-carbonless-numbered-inventory-tags-2-000-2-499-500-case/product_516817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-ply-rolls-for-credit-debit-machines-carbonless-2-3-4-x90-50-rolls-ctn/product_587233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-reinforced-college-ruled-filler-paper-8-5-x-11-3-hole-punched-100-sheets-pack-20122-wbz13r/product_533059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-port-usb-c-kvm-switch-4k-60hz-hdmi-compact-uhd-desktop-kvm-switch-w-usb-type-c-cables-bus-powered-macbook-thinkpad/product_IM17WF537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-legal-2hr-32d/product_SS212599380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-row-rekenrek-counting-frame-ler4358/product_2662135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-letter-25d/product_SS212599352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-shelf-31-33-h-laminated-wood-bookcase-white-tlg86625/product_24468019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-16-layflat-poly-bags-2-mil-clear-1000-carton-348/product_939540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-firesheild-2-drawer-vert/product_SS212599359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-11-x-11-rs997-b1111bmf/product_1730866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-visitor-book-9-88-x-8-5-burgundy-64-sheets-book-57-803/product_458657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rediform-visitors-log-book-11-x-8-5-50-pages-multicolor-9g620/product_517397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-patriot-2-drawer-vert-letter-31d/product_SS212599368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fk-storage-4-shelf-724h/product_SS212599363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-air-velocity-meter-compact-series-r1900/product_24285702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reebok-2-piece-hardside-spinner-carry-on-luggage-set-tsa-checkpoint-friendly-black-hlg2102rb-black/product_24591062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-c-370-waterproof-rtd-thermometer-ip67-c0370/product_2313888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-panoraspens-10-x-32-rs1001-c1032gg/product_1729218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-16-x-16-rs981-b1616bmf/product_1729019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-blocks-7-6-x12-multi-colored-rug-fe111-44a/product_2454190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-c-383-combustible-gas-leak-detector-c-383/product_2313886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-30-light-duty-edge-protectors-120-2940-pallet-vbdep2230120/product_2653374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-abc-words-7-6-x12-multi-colored-rug-fe107-44a/product_2454185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-alphabet-owls-7-6-x12-multi-colored-rug-fe258-44a/product_2454184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-30-light-duty-edge-protectors-120-2940-pallet-vbdep2260120/product_2653356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-40-heavy-duty-edge-protectors-225-1540-pallet-vbdep2240225/product_2653361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-35-x-35-rs981-c3535gg/product_1727465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-grapes-splash-ii-matted-art-black-frame-16x20-inches/product_254675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-dot-spots-5-10-x8-4-multi-colored-rug-fe118-32a/product_2454174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-early-blocks-4-x6-multi-colored-rug-ce191-22w/product_2454171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-infrared-thermometer-30-1-r2320/product_24476791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-35-x-35-rs982-c3535gg/product_1727464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-infrared-thermometer-r2300/product_24390865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-7-white-reverse-tuck-folding-carton-500-case/product_2653013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-happy-world-3-x5-multi-colored-rug-ce189-16w/product_2454162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-infrared-thermometer-r2310/product_24390866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-24-1-4-triangle-mailing-tube-50-bundle/product_949064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-24-layflat-poly-bags-2-mil-clear-1000-carton-354/product_939543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-laser-distance-meter-328-r8010/product_24355077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-16-x-16-rs983-b1616mf/product_1729013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-16-x-16-rs983-w1616mf/product_1729012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-simple-shapes-7-6-x12-multi-colored-rug-fe116-44a/product_2454151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-professional-series-digital-infrared-thermometer-blue-black-r2340/product_24596382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-11-x-11-rs1002-b1111bmf/product_1730990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagzone-arizona-flag-with-heading-and-grommets-3-x-5-each/product_1610183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-1-5-mil-clear-10000-carton-pz403/product_23977875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-sound-level-meter-with-bargraph-type-2-30-to-130-db-r8060/product_2313782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-bags-on-a-roll-2-mil-clear-4000-roll-2595/product_692604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-18-x-18-rs1002-c1818gg/product_1729574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-temperature-humidity-meter-r6000/product_24355064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagzone-durawavez-nylon-outdoor-u-s-flag-with-heading-grommets-4-x-6-fz-1002091/product_934924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-blue-1000-carton-pb3525bl/product_256247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-black-1000-carton-pb3525bk/product_256442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-pink-1000-carton-pbas700/product_23977786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagzone-iowa-flag-with-heading-and-grommets-3-x-5-each/product_1610078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagzone-maryland-flag-with-heading-and-grommets-3-x-5-each/product_1610020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-35-x-35-rs1003-c3535gg/product_1727484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-11-x-11-rs1004-b1111bmf/product_1730974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagzone-north-carolina-flag-with-heading-and-grommets-3-x-5-each/product_1610222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-r9800-digital-portion-control-scale/product_24285664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-r5010-true-rms-waterproof-digital-multimeter/product_2313800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-sw600-digital-stopwatch/product_2313736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flange-wizard-two-hole-pins-holes-up-to-1-2-to-1-7-16-diameter/product_776841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-tp-r01-replacement-rtd-temperature-probe-for-reed-c-370/product_2313670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-cards-recyclable-1-1-2-ruled-3-x9-100-pk-assorted/product_1824157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-year-protection-tech-help/product_24479624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reese-s-dipped-gluten-free-chocolate-pretzels-twists-4-bags-box-246-00288/product_24171846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-yr-nbd-physical-service-svcs/product_24316371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-cards-trend-skill-drill-all-facts-addition-0-12/product_846997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-grapes-splash-ii-matted-art-black-frame-16x20-inches/product_254675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-11-x-11-rs1007-b1111bmf/product_1730968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-100-rc-gr/product_352271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-dot-spots-5-10-x8-4-multi-colored-rug-fe118-32a/product_2454174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-early-blocks-4-x6-multi-colored-rug-ce191-22w/product_2454171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-infrared-thermometer-30-1-r2320/product_24476791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-35-x-35-rs982-c3535gg/product_1727464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-infrared-thermometer-r2300/product_24390865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-7-white-reverse-tuck-folding-carton-500-case/product_2653013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-happy-world-3-x5-multi-colored-rug-ce189-16w/product_2454162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-infrared-thermometer-r2310/product_24390866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-24-1-4-triangle-mailing-tube-50-bundle/product_949064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-24-layflat-poly-bags-2-mil-clear-1000-carton-354/product_939543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-laser-distance-meter-328-r8010/product_24355077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-16-x-16-rs983-b1616mf/product_1729013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-16-x-16-rs983-w1616mf/product_1729012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-sound-level-meter-with-bargraph-type-2-30-to-130-db-r8060/product_2313782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-bags-on-a-roll-2-mil-clear-4000-roll-2595/product_692604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-1-5-mil-clear-10000-carton-pz403/product_23977875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagzone-arizona-flag-with-heading-and-grommets-3-x-5-each/product_1610183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-11-x-11-rs1002-b1111bmf/product_1730990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-simple-shapes-7-6-x12-multi-colored-rug-fe116-44a/product_2454151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-professional-series-digital-infrared-thermometer-blue-black-r2340/product_24596382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-18-x-18-rs1002-c1818gg/product_1729574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-pink-1000-carton-pbas700/product_23977786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagzone-durawavez-nylon-outdoor-u-s-flag-with-heading-grommets-4-x-6-fz-1002091/product_934924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-blue-1000-carton-pb3525bl/product_256247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-black-1000-carton-pb3525bk/product_256442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-instruments-temperature-humidity-meter-r6000/product_24355064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagzone-iowa-flag-with-heading-and-grommets-3-x-5-each/product_1610078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagzone-maryland-flag-with-heading-and-grommets-3-x-5-each/product_1610020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-11-x-11-rs1004-b1111bmf/product_1730974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-35-x-35-rs1003-c3535gg/product_1727484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flagzone-north-carolina-flag-with-heading-and-grommets-3-x-5-each/product_1610222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-r9800-digital-portion-control-scale/product_24285664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-r5010-true-rms-waterproof-digital-multimeter/product_2313800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-sw600-digital-stopwatch/product_2313736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flange-wizard-two-hole-pins-holes-up-to-1-2-to-1-7-16-diameter/product_776841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reed-tp-r01-replacement-rtd-temperature-probe-for-reed-c-370/product_2313670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-cards-recyclable-1-1-2-ruled-3-x9-100-pk-assorted/product_1824157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-year-protection-tech-help/product_24479624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reese-s-dipped-gluten-free-chocolate-pretzels-twists-4-bags-box-246-00288/product_24171846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2-yr-nbd-physical-service-svcs/product_24316371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-cards-trend-skill-drill-all-facts-addition-0-12/product_846997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-100-rc-gr/product_352271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-11-x-11-rs1007-b1111bmf/product_1730968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-80-gls-cl-1282/product_352324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-16-x-16-rs1007-b1616bmf/product_1729053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-round-table-top-with-reversible-laminate-top-natural-walnut/product_257823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reese-s-nutrageous-milk-chocolate-candy-bar-1-66-oz-18-box-hec10930/product_571667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-6x4-ft-invttn-80-mt-gr/product_352483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-16-x-16-rs1007-b1616mf/product_1729052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-16-W-x-6-H-Shipping-Boxes-32-ECT-Brown-25-Bundle-20166/product_630643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reese-s-pieces-peanut-butter-milk-chocolate-pieces-4-oz-12-carton-hec11470/product_780042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reeves-non-washable-oil-paints-assorted-colors-0-34-oz-24-box-8591008/product_2395323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-18-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-201812/product_557430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reese-s-stuffed-w-reese-s-puffs-big-cup-king-size-2-4oz-16-box-246-01182/product_24580094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-12-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-BS202012HDDW/product_404669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-14-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS202014/product_426356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-30-laminate-round-table-round-base-black-xurd30bktr18b3f/product_24199239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-on-the-rocks-canvas-art-24x24-inches/product_254640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-30-round-wood-cocktail-table-xa30cota/product_257803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/refrigerate-upon-arrival-shipping-label-4-x-1-1-2-500-roll/product_573179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-31-5-round-aluminum-indoor-outdoor-table-with-base-tlh0523/product_1982661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-14-x-14-rs984-c1414gg/product_1731203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-35-75-w-study-carrel-oak-black-mt-m6221-oak-gg/product_130066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-i5-16gb-ram-1tb-hdd-windows-10-pro-keyboard-mouse-wifi/product_24341963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-16-x-16-rs984-b1616mf/product_1729010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-4-drawer-vertical-storage-dresser-white-light-gray-wx5l203xwhgr/product_24514027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-10-x-32-rs1009-c1032gg/product_1729217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-48-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-BS202048/product_482160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-45-25-w-drafting-table-cherry-pewter-nan-jn-2433-gg/product_201324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regal-entertainment-gift-card-5-email-delivery/product_24462902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-6-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-20206/product_426351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-8-x-24-rs1009-c824gg/product_1731052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-11-x-11-rs985-b1111bmf/product_1730892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-11-x-11-rs985-b1111mf/product_1730891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-47-glass-computer-desks-silk-white-silver-nanwk086/product_1983000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-rctngl-adv-lbl-gls-4x6-pis/product_24514606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-5-sheet-3x5-pis/product_24469187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regal-gift-cards-physical/product_SS234287220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-48-round-resin-table-top-mahogany-tpmah48rd/product_1982621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-16-x-16-rs985-b1616mf/product_1728527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-mt-3x2-pis-dpf/product_24471813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-mt-3x5-pol-dpf/product_24471349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-folding-training-table-granite-white-10-pack-10rb1860/product_201342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-x-30-plastic-rectangular-bi-folding-table-granite-white-10-pack/product_1179963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-rctngl-adv-lbl-mt-4x6-pis/product_24514615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-84-glass-l-shape-computer-desk-clear-silver-nancd22181/product_1983012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-round-laminate-maple-training-rooms-table-with-4-m-stacker-chairs-blue-tkb36rndpl47be/product_1608132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-gls-4x4-pol/product_24514676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-gls-4x4-pis/product_24514709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-96-folding-training-table-granite-white-10-pack-10rb1896/product_201354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-80-gls-cl-1282/product_352324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-square-table-with-4-chairs-gray-tb3636be44gy/product_1607843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alan-armless-vinyl-swivel-low-back-task-office-chair-black-chrome-ds512bbk/product_1983487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alfred-ergonomic-mesh-swivel-mid-back-task-office-chair-blue-h8369fbl/product_130028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-16-x-16-rs1010-w1616mf/product_1729047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-and-steel-square-lunch-table-with-stacker-chairs-black-tkb3636mh47bk/product_1608085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-16-x-16-rs1007-b1616bmf/product_1729053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-round-table-top-with-reversible-laminate-top-natural-walnut/product_257823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reese-s-nutrageous-milk-chocolate-candy-bar-1-66-oz-18-box-hec10930/product_571667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-6x4-ft-invttn-80-mt-gr/product_352483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-16-x-16-rs1007-b1616mf/product_1729052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reese-s-pieces-peanut-butter-milk-chocolate-pieces-4-oz-12-carton-hec11470/product_780042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-16-W-x-6-H-Shipping-Boxes-32-ECT-Brown-25-Bundle-20166/product_630643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-18-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-201812/product_557430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reeves-non-washable-oil-paints-assorted-colors-0-34-oz-24-box-8591008/product_2395323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reese-s-stuffed-w-reese-s-puffs-big-cup-king-size-2-4oz-16-box-246-01182/product_24580094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-12-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-BS202012HDDW/product_404669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-on-the-rocks-canvas-art-24x24-inches/product_254640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-30-laminate-round-table-round-base-black-xurd30bktr18b3f/product_24199239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/refrigerate-upon-arrival-shipping-label-4-x-1-1-2-500-roll/product_573179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-30-round-wood-cocktail-table-xa30cota/product_257803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-14-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS202014/product_426356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-31-5-round-aluminum-indoor-outdoor-table-with-base-tlh0523/product_1982661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-14-x-14-rs984-c1414gg/product_1731203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-35-75-w-study-carrel-oak-black-mt-m6221-oak-gg/product_130066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-i5-16gb-ram-1tb-hdd-windows-10-pro-keyboard-mouse-wifi/product_24341963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-4-drawer-vertical-storage-dresser-white-light-gray-wx5l203xwhgr/product_24514027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-10-x-32-rs1009-c1032gg/product_1729217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-16-x-16-rs984-b1616mf/product_1729010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regal-entertainment-gift-card-5-email-delivery/product_24462902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-45-25-w-drafting-table-cherry-pewter-nan-jn-2433-gg/product_201324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-6-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-20206/product_426351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-48-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-BS202048/product_482160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-11-x-11-rs985-b1111bmf/product_1730892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-47-glass-computer-desks-silk-white-silver-nanwk086/product_1983000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-11-x-11-rs985-b1111mf/product_1730891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-8-x-24-rs1009-c824gg/product_1731052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-5-sheet-3x5-pis/product_24469187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-rctngl-adv-lbl-gls-4x6-pis/product_24514606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-mt-3x5-pol-dpf/product_24471349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-mt-3x2-pis-dpf/product_24471813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-16-x-16-rs985-b1616mf/product_1728527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-48-round-resin-table-top-mahogany-tpmah48rd/product_1982621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regal-gift-cards-physical/product_SS234287220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-folding-training-table-granite-white-10-pack-10rb1860/product_201342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-x-30-plastic-rectangular-bi-folding-table-granite-white-10-pack/product_1179963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-rctngl-adv-lbl-mt-4x6-pis/product_24514615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-gls-4x4-pol/product_24514676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-gls-4x4-pis/product_24514709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-round-laminate-maple-training-rooms-table-with-4-m-stacker-chairs-blue-tkb36rndpl47be/product_1608132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-84-glass-l-shape-computer-desk-clear-silver-nancd22181/product_1983012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-96-folding-training-table-granite-white-10-pack-10rb1896/product_201354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-square-table-with-4-chairs-gray-tb3636be44gy/product_1607843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alan-armless-vinyl-swivel-low-back-task-office-chair-black-chrome-ds512bbk/product_1983487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-alfred-ergonomic-mesh-swivel-mid-back-task-office-chair-blue-h8369fbl/product_130028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-16-x-16-rs1010-w1616mf/product_1729047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-and-steel-square-lunch-table-with-stacker-chairs-black-tkb3636mh47bk/product_1608085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-and-steel-square-lunch-table-with-stacker-chairs-burgundy-tkb3636mh47by/product_1608084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-steel-square-lunch-table-with-stacker-chairs-gray-tkb3636mh47gy/product_1608083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-square-table-with-stacker-chairs-beige-and-blue-tkb3636be47be/product_1608105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-11-x-11-rs987-b1111bmf/product_1730888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-1000-70-gauge-cast-stretch-wrap-clear-sf2071pk/product_24340179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-1000-80-gauge-cast-stretch-wrap-orange-tinted-4-carton-good20orange/product_452678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-baker-indoor-outdoor-30-round-table-set-with-2-cafe-chairs-red-ch519th218cred/product_2519420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-14-x-14-rs987-c1414gg/product_1731200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-16-x-16-rs987-b1616mf/product_1728105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-round-laminate-maple-table-with-4-m-stacker-chairs-blue-tkb42rndpl47be/product_1608555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-18-x-18-rs987-c1818gg/product_1729537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-beverly-armless-ergonomic-mesh-swivel-mid-back-padded-task-office-chair-blue-h2376fblue/product_257382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-10-corrugated-kraft-boxes-25-bundle-bs201410x/product_24407837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-35-x-35-rs987-c3535gg/product_1727459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-11-x-11-rs993-b1111bmf/product_1730872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-15-standard-shipping-boxes-32-ect-kraft-20-bundle-201515/product_557526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-corner-storage-unit-31-5-h-x-16-5-w-x-11-75-d-brown-mk-ke24039-gg/product_24562684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-square-laminate-cherry-table-with-4-m-stacker-chairs-gray-tkb4848ch47gy/product_1608497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-1-white-jumbo-fold-over-mailer-20-bundle/product_947087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-16-x-16-rs993-w1616mf/product_1728093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-48-laminate-maple-round-table-with-zeng-stack-chairs-gray-tb48rndpl44gy/product_1608112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-14-multi-depth-shipping-boxes-32-ect-kraft-20-pack-bs201614md/product_24408412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-48-round-table-with-4-m-stacker-chairs-burgundy-with-cherry-and-kobe-base-tkb48rndch47by/product_1608530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-modular-storage-unit-24-5-h-x-31-5-w-x-11-75-d-brown-mk-ke23940-gg/product_24562668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-72-l-x-24-w-kee-training-table-mahogany-chrome-2-apprentice-chairs-black-mt7224mhpcm09bk/product_24140762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-storage-unit-16-h-x-31-5-w-x-13-d-brown-mk-ke24558-gg/product_24562670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-11-x-11-rs1012-b1111mf/product_1730945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-69-w-desktop-hutch-mahogany-tvhd72mh/product_1608031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1508/product_692911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1638/product_693046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-refrigerator-with-integrated-storage-mk-me03508-gg/product_24562774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-36-gusseted-poly-bags-3-mil-clear-100-carton-1764/product_693096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-16-x-16-rs1012-b1616mf/product_1729042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-kee-60-l-desk-with-42-return-maple-chrome-ml602442plbpcm/product_24195363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-24-x-24-rs1012-c2424gg/product_1727779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-3-mil-clear-500-carton-935/product_939152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-display-shelf-unit-24-5-h-x-31-5-w-x-11-75-d-brown-mk-ke19226-gg/product_24562698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-6-mil-clear-250-carton-8600/product_361004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-kee-72-x-24-training-table-mahogany-chrome/product_2493346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-11-x-11-rs1014-b1111bmf/product_1730940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-and-steel-square-lunch-table-with-stacker-chairs-burgundy-tkb3636mh47by/product_1608084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-square-table-with-stacker-chairs-beige-and-blue-tkb3636be47be/product_1608105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-melamine-steel-square-lunch-table-with-stacker-chairs-gray-tkb3636mh47gy/product_1608083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-11-x-11-rs987-b1111bmf/product_1730888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-1000-70-gauge-cast-stretch-wrap-clear-sf2071pk/product_24340179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-1000-80-gauge-cast-stretch-wrap-orange-tinted-4-carton-good20orange/product_452678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-baker-indoor-outdoor-30-round-table-set-with-2-cafe-chairs-red-ch519th218cred/product_2519420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-14-x-14-rs987-c1414gg/product_1731200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-16-x-16-rs987-b1616mf/product_1728105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-round-laminate-maple-table-with-4-m-stacker-chairs-blue-tkb42rndpl47be/product_1608555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-18-x-18-rs987-c1818gg/product_1729537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-beverly-armless-ergonomic-mesh-swivel-mid-back-padded-task-office-chair-blue-h2376fblue/product_257382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-10-corrugated-kraft-boxes-25-bundle-bs201410x/product_24407837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-35-x-35-rs987-c3535gg/product_1727459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-11-x-11-rs993-b1111bmf/product_1730872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-15-standard-shipping-boxes-32-ect-kraft-20-bundle-201515/product_557526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-corner-storage-unit-31-5-h-x-16-5-w-x-11-75-d-brown-mk-ke24039-gg/product_24562684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-square-laminate-cherry-table-with-4-m-stacker-chairs-gray-tkb4848ch47gy/product_1608497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-1-white-jumbo-fold-over-mailer-20-bundle/product_947087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-16-x-16-rs993-w1616mf/product_1728093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-48-laminate-maple-round-table-with-zeng-stack-chairs-gray-tb48rndpl44gy/product_1608112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-14-multi-depth-shipping-boxes-32-ect-kraft-20-pack-bs201614md/product_24408412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-48-round-table-with-4-m-stacker-chairs-burgundy-with-cherry-and-kobe-base-tkb48rndch47by/product_1608530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-modular-storage-unit-24-5-h-x-31-5-w-x-11-75-d-brown-mk-ke23940-gg/product_24562668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-storage-unit-16-h-x-31-5-w-x-13-d-brown-mk-ke24558-gg/product_24562670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-11-x-11-rs1012-b1111mf/product_1730945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-72-l-x-24-w-kee-training-table-mahogany-chrome-2-apprentice-chairs-black-mt7224mhpcm09bk/product_24140762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-69-w-desktop-hutch-mahogany-tvhd72mh/product_1608031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1508/product_692911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1638/product_693046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-refrigerator-with-integrated-storage-mk-me03508-gg/product_24562774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-36-gusseted-poly-bags-3-mil-clear-100-carton-1764/product_693096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-16-x-16-rs1012-b1616mf/product_1729042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-kee-60-l-desk-with-42-return-maple-chrome-ml602442plbpcm/product_24195363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-3-mil-clear-500-carton-935/product_939152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-24-x-24-rs1012-c2424gg/product_1727779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-display-shelf-unit-24-5-h-x-31-5-w-x-11-75-d-brown-mk-ke19226-gg/product_24562698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-6-mil-clear-250-carton-8600/product_361004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-kee-72-x-24-training-table-mahogany-chrome/product_2493346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-11-x-11-rs1014-b1111bmf/product_1730940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:42:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:42:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-geometric-shapes-stem-learning-board-mk-mk08763-gg/product_24589715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1013-b1616mf/product_1729039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-33-round-table-height-adjustable-white-beech-mk-me088022-gg/product_24562711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1014-b1616bmf/product_1729037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-59-semi-circle-table-beech-mk-me088013-gg/product_24562738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-18-shipping-boxes-32-ect-brown-10-bundle-202018/product_426358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-60-w-mahogany-black-mt6024mhbpbk/product_2493284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-59-semi-circle-table-height-adjustable-beech-mk-me088019-gg/product_24562713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-25-shipping-boxes-32-ect-brown-20-bundle-bs202025/product_2647616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-kobe-flip-top-with-modesty-panel-60-x-24-metal-and-wood-training-table-maple-mkftm6024pl/product_2275946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-legacy-65-wardrobe-mahogany/product_2497838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-40-telescoping-inner-boxes-32-ect-brown-10-bundle-box-1-of-2-t202040inner/product_946867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-legacy-71-bowfront-desk-shell-cherry/product_2493943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-16-x-16-rs989-b1616bmf/product_1728104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-48-gusseted-poly-bags-1-5-mil-clear-250-carton-1505/product_361492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-24-antistatic-layflat-poly-bags-4-mil-pink-250-carton-12215/product_360955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2425/product_939943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-table-24-x-24-height-adjustable-white-beech-mk-me088024-gg/product_24562710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-tropical-bird-1-14-x-14-rs1014-c1414gg/product_1731218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-2-mil-clear-500-carton-605/product_939630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-washington-moonrise-10-x-32-rs1015-c1032gg/product_1729216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-back-to-back-storage-cabinet-storage-cabinet-cherry-lsscsc3646ch/product_2493929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-side-to-side-storage-cabinet-lateral-file-cherry/product_2493909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-kids-2-shelf-kitchen-cabinet-brown-orange-mk-me03539-gg/product_24562722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-driftwood-gray-77292gy/product_24566703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-kids-reading-nook-with-canopy-brown-mk-ke18007-gg/product_24562740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-driftwood-gray-77312gy/product_24566698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-16-x-16-rs994-b1616mf/product_1728091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-30-staples-corrugated-sheet-5-bundle-sp2030/product_946702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-11-x-11-rs998-w1111mf/product_1730861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-marque-142-w-curved-reception-desk-workstation-mahogany-77294mh/product_24566697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-16-x-16-rs998-b1616bmf/product_1728086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-marque-142-w-curved-reception-desk-workstation-mahogany-77314mh/product_24566692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-5-section-storage-cart-24-5-h-x-31-w-x-16-d-natural-birch-plywood-mk-ke24145-gg/product_24588751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-9-section-storage-cart-31-75-h-x-33-w-x-15-75-d-natural-birch-plywood/product_24588753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-42-layflat-poly-bags-4-mil-clear-200-carton-1282/product_361171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-35-x-35-rs994-c3535gg/product_1727452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-multipurpose-modular-steam-wall-peg-system-panel-brown-mk-me10971-gg/product_24562726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-14-x-14-rs990-c1414gg/product_1731197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-5000-80-gauge-blown-machine-length-stretch-wrap-clear-40-roll-fstmsf20805b/product_2662231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-cherry-77290ch/product_24566689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-35-x-35-rs990-c3535gg/product_1727456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-puppet-theater-with-removable-curtains-and-magnetic-chalkboard-multicolor-mk-me19202-gg/product_24588748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-6000-70-gauge-cast-machine-length-stretch-wrap-clear-msf20706c/product_946350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-16-x-16-rs991-b1616bmf/product_1728099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-shapes-for-modular-steam-walls-256-pack-mk-me14696-gg/product_24562767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-16-x-16-rs991-b1616mf/product_1728098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-sliding-maze-learning-board-mk-mk13071-gg/product_24589702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-geometric-shapes-stem-learning-board-mk-mk08763-gg/product_24589715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-8-x-6-shipping-boxes-32-ect-brown-25-bundle-2086/product_948969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-24-x-24-rs991-c2424gg/product_1727759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-gear-building-busy-board-mk-mk06158-gg/product_24589711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-hand-counting-learning-puzzle-board-mk-mk01733-gg/product_24589704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-66-x-30-height-adjustable-maple-mt6630plapbk/product_2275874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-round-activity-table-height-adjustable-mahogany-tb48rndmhapbk/product_2493327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1013-b1616mf/product_1729039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-33-round-table-height-adjustable-white-beech-mk-me088022-gg/product_24562711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-16-x-16-rs1014-b1616bmf/product_1729037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-59-semi-circle-table-beech-mk-me088013-gg/product_24562738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-18-shipping-boxes-32-ect-brown-10-bundle-202018/product_426358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-60-w-mahogany-black-mt6024mhbpbk/product_2493284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-59-semi-circle-table-height-adjustable-beech-mk-me088019-gg/product_24562713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-25-shipping-boxes-32-ect-brown-20-bundle-bs202025/product_2647616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-kobe-flip-top-with-modesty-panel-60-x-24-metal-and-wood-training-table-maple-mkftm6024pl/product_2275946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-40-telescoping-inner-boxes-32-ect-brown-10-bundle-box-1-of-2-t202040inner/product_946867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-legacy-65-wardrobe-mahogany/product_2497838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-16-x-16-rs989-b1616bmf/product_1728104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-legacy-71-bowfront-desk-shell-cherry/product_2493943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-48-gusseted-poly-bags-1-5-mil-clear-250-carton-1505/product_361492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-24-antistatic-layflat-poly-bags-4-mil-pink-250-carton-12215/product_360955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2425/product_939943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-table-24-x-24-height-adjustable-white-beech-mk-me088024-gg/product_24562710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-tropical-bird-1-14-x-14-rs1014-c1414gg/product_1731218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-2-mil-clear-500-carton-605/product_939630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-washington-moonrise-10-x-32-rs1015-c1032gg/product_1729216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-back-to-back-storage-cabinet-storage-cabinet-cherry-lsscsc3646ch/product_2493929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-side-to-side-storage-cabinet-lateral-file-cherry/product_2493909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-kids-2-shelf-kitchen-cabinet-brown-orange-mk-me03539-gg/product_24562722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-driftwood-gray-77292gy/product_24566703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-kids-reading-nook-with-canopy-brown-mk-ke18007-gg/product_24562740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-driftwood-gray-77312gy/product_24566698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-16-x-16-rs994-b1616mf/product_1728091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-30-staples-corrugated-sheet-5-bundle-sp2030/product_946702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-11-x-11-rs998-w1111mf/product_1730861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-marque-142-w-curved-reception-desk-workstation-mahogany-77294mh/product_24566697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-marque-142-w-curved-reception-desk-workstation-mahogany-77314mh/product_24566692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-16-x-16-rs998-b1616bmf/product_1728086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-5-section-storage-cart-24-5-h-x-31-w-x-16-d-natural-birch-plywood-mk-ke24145-gg/product_24588751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-9-section-storage-cart-31-75-h-x-33-w-x-15-75-d-natural-birch-plywood/product_24588753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-42-layflat-poly-bags-4-mil-clear-200-carton-1282/product_361171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-35-x-35-rs994-c3535gg/product_1727452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-multipurpose-modular-steam-wall-peg-system-panel-brown-mk-me10971-gg/product_24562726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-14-x-14-rs990-c1414gg/product_1731197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-5000-80-gauge-blown-machine-length-stretch-wrap-clear-40-roll-fstmsf20805b/product_2662231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-cherry-77290ch/product_24566689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-35-x-35-rs990-c3535gg/product_1727456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-6000-70-gauge-cast-machine-length-stretch-wrap-clear-msf20706c/product_946350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-puppet-theater-with-removable-curtains-and-magnetic-chalkboard-multicolor-mk-me19202-gg/product_24588748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-shapes-for-modular-steam-walls-256-pack-mk-me14696-gg/product_24562767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-16-x-16-rs991-b1616bmf/product_1728099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-16-x-16-rs991-b1616mf/product_1728098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-sliding-maze-learning-board-mk-mk13071-gg/product_24589702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20-x-8-x-6-shipping-boxes-32-ect-brown-25-bundle-2086/product_948969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-24-x-24-rs991-c2424gg/product_1727759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-gear-building-busy-board-mk-mk06158-gg/product_24589711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-hand-counting-learning-puzzle-board-mk-mk01733-gg/product_24589704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-66-x-30-height-adjustable-maple-mt6630plapbk/product_2275874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-round-activity-table-height-adjustable-mahogany-tb48rndmhapbk/product_2493327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-vinyl-classroom-modular-corner-chair-brown-mk-ke15686-gg/product_24562768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-turning-gears-steam-wall-activity-board-mk-me14719-gg/product_24562751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rei-gift-card-50-email-delivery/product_2837227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-square-activity-table-height-adjustable-mahogany-tb4848mhapbk/product_2493333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rei-gift-card-25-email-delivery/product_2837228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rolling-pin-by-tammy-davison-canvas-art-ready-to-hang-22x32-inches/product_255187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/200-5x7-foil-card-taylor-pol/product_24454315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/200-9-mch-envlps-wht-70-psc/product_349770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-22-x-32-canvas-art/product_821643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-48-w-single-pedestal-desk-white-oak-black-gcmblk173wok/product_24597148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reinforeced-edge-shop-ticket-holders-for-12-x-9-insert-clear-front-back-25-box-49912/product_509782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reinforced-kraft-paper-rolls-48-x-300-kraft-1-roll-kpr4850/product_23978064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/relief-pak-6-x-23-reusable-neck-cold-packs-11-1001-12/product_880797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-single-pedestal-desk-walnut-black-gcmblk175wln/product_24597124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/200-rctngl-adv-lbl-mt-4x6-pis/product_24514764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-16-x-20-wood-frame-art/product_33853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/200-square-adv-lbl-gls-4x4-pis/product_24514767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/relief-pak-reusable-cold-packs-standard-11x14/product_881094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-2360-dater-entered-paid-faxed-received-blue-and-red-ink-011035/product_614106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cobalt-blue-ultramarine-40-ml-512-100514689/product_2137037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-ergonomic-leathersoft-swivel-mid-back-multifunction-task-office-chair-black-go930fbkleaa/product_201043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-classic-line-2006-numbering-machine-6-band-black-ink-011234/product_24447398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0853-c1824gg/product_2078386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-carter-plastic-kids-adjustable-height-stool/product_SS235459198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-ivory-black-40-ml-701-pack-of-2-2pk-100514726/product_2129335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-armless-vinyl-swivel-mid-back-quilted-task-office-chair-black-go16911bk/product_1168934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-faxed-blue-and-red-inks-011032/product_514029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-vinyl-swivel-mid-back-quilted-task-office-chair-blue-go16911bluea/product_1169130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-olive-green-40-ml-620-100514713/product_2133146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-message-date-ink-stamp-self-inking-black-ink-011029/product_520156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cleo-ergonomic-mesh-swivel-mid-back-executive-office-chair-black-hl0004k/product_1983468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-stamp-pads-2-3-4x4-1-4-black-12-carton-090406-ct/product_167412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-14-x-14-canvas-art-ali1318-c1414gg/product_2083144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-stamp-pads-3-1-4x6-1-4-red-090411/product_652167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-conrad-indoor-outdoor-30-round-table-set-with-2-arm-chairs-black-antique-gold-ch519th218abq/product_2548409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rosa-at-the-beach-canvas-art-24x32-inches/product_250370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roots-by-preston-ready-to-hang-art-8x24-inches/product_247870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-titanium-white-150-ml-105-100514741/product_2133116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-pre-inked-stamp-paid-red-ink-098370/product_757397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-titanium-white-linseed-40-ml-118/product_1718629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-black-ch82028abk/product_1983278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-self-inking-stamp-confidential-9-16-x-1-1-2-impression-blue-ink-098374/product_757387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-transparent-oxide-yellow-40-ml-265-100514640/product_2134630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-ultramarine-deep-40-ml-506-pack-of-2-2pk-100514686/product_2131233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-vinyl-classroom-modular-corner-chair-brown-mk-ke15686-gg/product_24562768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rei-gift-card-50-email-delivery/product_2837227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rei-gift-card-25-email-delivery/product_2837228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/regency-square-activity-table-height-adjustable-mahogany-tb4848mhapbk/product_2493333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-turning-gears-steam-wall-activity-board-mk-me14719-gg/product_24562751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rolling-pin-by-tammy-davison-canvas-art-ready-to-hang-22x32-inches/product_255187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/200-5x7-foil-card-taylor-pol/product_24454315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/200-9-mch-envlps-wht-70-psc/product_349770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-22-x-32-canvas-art/product_821643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-48-w-single-pedestal-desk-white-oak-black-gcmblk173wok/product_24597148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reinforced-kraft-paper-rolls-48-x-300-kraft-1-roll-kpr4850/product_23978064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reinforeced-edge-shop-ticket-holders-for-12-x-9-insert-clear-front-back-25-box-49912/product_509782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/relief-pak-6-x-23-reusable-neck-cold-packs-11-1001-12/product_880797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-single-pedestal-desk-walnut-black-gcmblk175wln/product_24597124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/200-rctngl-adv-lbl-mt-4x6-pis/product_24514764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/200-square-adv-lbl-gls-4x4-pis/product_24514767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/relief-pak-reusable-cold-packs-standard-11x14/product_881094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-16-x-20-wood-frame-art/product_33853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-2360-dater-entered-paid-faxed-received-blue-and-red-ink-011035/product_614106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cobalt-blue-ultramarine-40-ml-512-100514689/product_2137037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-ergonomic-leathersoft-swivel-mid-back-multifunction-task-office-chair-black-go930fbkleaa/product_201043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0853-c1824gg/product_2078386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-classic-line-2006-numbering-machine-6-band-black-ink-011234/product_24447398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-carter-plastic-kids-adjustable-height-stool/product_SS235459198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-ivory-black-40-ml-701-pack-of-2-2pk-100514726/product_2129335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-faxed-blue-and-red-inks-011032/product_514029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-olive-green-40-ml-620-100514713/product_2133146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-armless-vinyl-swivel-mid-back-quilted-task-office-chair-black-go16911bk/product_1168934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-message-date-ink-stamp-self-inking-black-ink-011029/product_520156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-vinyl-swivel-mid-back-quilted-task-office-chair-blue-go16911bluea/product_1169130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cleo-ergonomic-mesh-swivel-mid-back-executive-office-chair-black-hl0004k/product_1983468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-stamp-pads-2-3-4x4-1-4-black-12-carton-090406-ct/product_167412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-14-x-14-canvas-art-ali1318-c1414gg/product_2083144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-stamp-pads-3-1-4x6-1-4-red-090411/product_652167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-conrad-indoor-outdoor-30-round-table-set-with-2-arm-chairs-black-antique-gold-ch519th218abq/product_2548409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rosa-at-the-beach-canvas-art-24x32-inches/product_250370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roots-by-preston-ready-to-hang-art-8x24-inches/product_247870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-titanium-white-150-ml-105-100514741/product_2133116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-pre-inked-stamp-paid-red-ink-098370/product_757397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-titanium-white-linseed-40-ml-118/product_1718629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-black-ch82028abk/product_1983278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-self-inking-stamp-confidential-9-16-x-1-1-2-impression-blue-ink-098374/product_757387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-transparent-oxide-yellow-40-ml-265-100514640/product_2134630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-ultramarine-deep-40-ml-506-pack-of-2-2pk-100514686/product_2131233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-cut-out-back-bar-stool-adjustable-height-black-ch122070bk/product_2547684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-venetian-red-40-ml-349/product_1718720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-with-back-adjustable-height-brown-ch102029brn/product_1983349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-caput-mortuum-red-343-8-4-pack-32897-pk4/product_1719489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-micro-message-dater-and-phrase-stamp/product_520154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-full-back-bar-stool-adjustable-height-black-ch122090bk/product_1983320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-16-x-20-black-frame-art/product_314733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refill-blue-ink-032961/product_520150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-cinnabar-green-light-626-5-4-pack-33067-pk4/product_1719309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-22-x-32-canvas-art/product_314736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-cinnabar-green-light-626-7-each-pack-of-4/product_1719308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-printer-line-40-stock-text-and-date-stamp-065006/product_781474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-grey-704-3-each-pack-of-4/product_1719207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-16-x-20-black-frame-art/product_494312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-16-x-20-wood-frame-art/product_501633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-indian-red-347-3-each-pack-of-4-4pk-100515750/product_2129512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-small-solid-kids-bean-bag-chair-brown/product_1169285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p10-black-065484/product_2655381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-commercial-grade-round-outdoor-picnic-table-green-slfemr46h60lgn/product_24595260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-1890-24-x-32-canvas-art/product_496167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-mouse-grey-707-9-each-pack-of-4/product_1719201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-outdoor-picnic-table-with-mesh-seats-and-umbrella-hole-green-slfemr46gn/product_24588574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p20-dual-pad-printer-p20-blue/product_2655363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p50-blue-065477/product_2655383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-in-glass-35-x-47-canvas-art/product_314255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-orange-no-235-3-4-pack-32846-pk4/product_1719510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pads-for-2000-plus-printer-series-blue-3-1-8-x-1-4-each-065474/product_2623277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rouen-cathedral-west-facade-1894-16-x-24-canvas-art/product_492395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-orange-no-235-8-4-pack-32848-pk4/product_1719509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-darcy-indoor-outdoor-table-set-with-4-stack-chairs-63-x-31-5-silver-etct005430sil/product_2407089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-s-300-self-inking-custom-stamp-026286/product_520146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-self-inking-office-kit/product_520153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-phthalo-blue-570-3-each-pack-of-4-4pk-100515826/product_2129486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-s360-dater-received-blue-and-red-inks-011034/product_507838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-phthalo-green-no-675-5-4-pack-33101-pk4/product_1719208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-raw-sienna-234-7-each-pack-of-4/product_1719581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-royal-rainiers-6-x-19-canvas-art/product_33684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-raw-umber-408-7-each-pack-of-4-4pk-100515776/product_2129503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/remedia-drive-thru-menu-math-add-subtract-money/product_272825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-yellow-ochre-227-9-each-pack-of-4/product_1719586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-71-x-71-granite-white-dadycz180rgw/product_1982278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rugby-16-x-24-canvas-art/product_312798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-at-a-glance-9-x-11-monthly-planner-black-70-260-05-23/product_24514512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rugby-30-x-47-canvas-art/product_312800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-executive-leather-reception-chair-burgundy-bt353bglea/product_200836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-14-x-19-canvas-art/product_33826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reminder-thank-you-collection-labels-pay-w-your-credit-card-fl-chartreuse-1x3-500-labels/product_545135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ashley-g-moons-mint-5-x-8-academic-weekly-monthly-planner-multicolor-145880/product_24546782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-24-x-32-canvas-art/product_33823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/remington-169-qt-latch-lid-storage-totes-black-296003/product_2266998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/remington-3-piece-airtight-container-combo-green-clear-296150/product_2266989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/remington-87-quart-weatherpro-store-it-all-tote-black-296004/product_2266996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-faux-leather-conference-chair-burgundy-mahogany-bz100lf19lea/product_257497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-running-horse-by-preston-6-x-19-canvas-art-em0564-c619gg/product_2085202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-bliss-8-75-x-11-academic-monthly-wall-calendar-144382/product_24546877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-cut-out-back-bar-stool-adjustable-height-black-ch122070bk/product_2547684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-venetian-red-40-ml-349/product_1718720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-with-back-adjustable-height-brown-ch102029brn/product_1983349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-caput-mortuum-red-343-8-4-pack-32897-pk4/product_1719489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-micro-message-dater-and-phrase-stamp/product_520154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-full-back-bar-stool-adjustable-height-black-ch122090bk/product_1983320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-16-x-20-black-frame-art/product_314733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refill-blue-ink-032961/product_520150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-cinnabar-green-light-626-5-4-pack-33067-pk4/product_1719309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-22-x-32-canvas-art/product_314736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-cinnabar-green-light-626-7-each-pack-of-4/product_1719308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-printer-line-40-stock-text-and-date-stamp-065006/product_781474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-grey-704-3-each-pack-of-4/product_1719207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-16-x-20-black-frame-art/product_494312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-16-x-20-wood-frame-art/product_501633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-indian-red-347-3-each-pack-of-4-4pk-100515750/product_2129512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-small-solid-kids-bean-bag-chair-brown/product_1169285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p10-black-065484/product_2655381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-commercial-grade-round-outdoor-picnic-table-green-slfemr46h60lgn/product_24595260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-1890-24-x-32-canvas-art/product_496167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-outdoor-picnic-table-with-mesh-seats-and-umbrella-hole-green-slfemr46gn/product_24588574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-mouse-grey-707-9-each-pack-of-4/product_1719201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-in-glass-35-x-47-canvas-art/product_314255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-orange-no-235-3-4-pack-32846-pk4/product_1719510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p20-dual-pad-printer-p20-blue/product_2655363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-printer-p50-blue-065477/product_2655383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pads-for-2000-plus-printer-series-blue-3-1-8-x-1-4-each-065474/product_2623277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rouen-cathedral-west-facade-1894-16-x-24-canvas-art/product_492395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-darcy-indoor-outdoor-table-set-with-4-stack-chairs-63-x-31-5-silver-etct005430sil/product_2407089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-orange-no-235-8-4-pack-32848-pk4/product_1719509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-self-inking-office-kit/product_520153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-phthalo-blue-570-3-each-pack-of-4-4pk-100515826/product_2129486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-s-300-self-inking-custom-stamp-026286/product_520146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2000-plus-s360-dater-received-blue-and-red-inks-011034/product_507838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-phthalo-green-no-675-5-4-pack-33101-pk4/product_1719208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-royal-rainiers-6-x-19-canvas-art/product_33684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-raw-sienna-234-7-each-pack-of-4/product_1719581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-raw-umber-408-7-each-pack-of-4-4pk-100515776/product_2129503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/remedia-drive-thru-menu-math-add-subtract-money/product_272825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-yellow-ochre-227-9-each-pack-of-4/product_1719586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-71-x-71-granite-white-dadycz180rgw/product_1982278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rugby-16-x-24-canvas-art/product_312798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-at-a-glance-9-x-11-monthly-planner-black-70-260-05-23/product_24514512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rugby-30-x-47-canvas-art/product_312800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-14-x-19-canvas-art/product_33826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-executive-leather-reception-chair-burgundy-bt353bglea/product_200836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/reminder-thank-you-collection-labels-pay-w-your-credit-card-fl-chartreuse-1x3-500-labels/product_545135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ashley-g-moons-mint-5-x-8-academic-weekly-monthly-planner-multicolor-145880/product_24546782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-24-x-32-canvas-art/product_33823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/remington-3-piece-airtight-container-combo-green-clear-296150/product_2266989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-faux-leather-conference-chair-burgundy-mahogany-bz100lf19lea/product_257497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-running-horse-by-preston-6-x-19-canvas-art-em0564-c619gg/product_2085202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/remington-87-quart-weatherpro-store-it-all-tote-black-296004/product_2266996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/remington-169-qt-latch-lid-storage-totes-black-296003/product_2266998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-bliss-8-75-x-11-academic-monthly-wall-calendar-144382/product_24546877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-classic-15-x-12-academic-monthly-wall-calendar-white-blue-135556-a24/product_24547087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-confetti-toss-8-5-x-11-academic-weekly-monthly-planner-multicolor-142384/product_24546779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-b1620mf-blue-hour-from-the-louvre-by-mathieu-rivrin-16x20-frm-art-wht-mtd/product_1553604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rentacargift-50-00-gift-card-email-delivery-1016985b5000/product_24590031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-8-5-x-11-academic-weekly-monthly-planner-deep-blue-145679/product_24546835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-cupcakes-and-cashmere-dalmatian-dot-5-x-8-academic-weekly-monthly-planner-green-white-142392/product_24546897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-fusion-series-faux-leather-lounge-chair-brown-ch162731bn/product_2548437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-8-x-10-academic-weekly-monthly-planner-black-142505/product_24546809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-b1114mf-gate-to-the-ocean-by-mathieu-rivrin-11-x-14-frm-art-wht-mtd/product_1551732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-beach-house-stripe-blush-8-5-x-11-academic-weekly-monthly-planner-pink-beige-142493/product_24546791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gael-folding-table-96-x-30-natural-ytwtft3096tbl/product_201690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-8-5-x-11-academic-weekly-monthly-planner-multicolor-142487/product_24546891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/replacement-steel-blade-carriage-for-12-portable-trimmer-2-pack-fsk1968701001/product_1133398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-c1624gg-gate-to-the-ocean-by-mathieu-rivrin-16-x-24-frameless-art/product_1551062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-c2232gg-gate-to-the-ocean-by-mathieu-rivrin-22-x-32-frameless-art/product_1553327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/replogle-12-crystal-marquise-world-globe-transparent-silver/product_309440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c2232gg-martinique-by-mathieu-rivrin-22-x-32-frameless-art/product_1553325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-poppy-garden-5-88-x-8-63-academic-weekly-monthly-planner-multicolor-142523/product_24546852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c3047gg-martinique-by-mathieu-rivrin-30-x-47-frameless-art/product_1553967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-peyton-navy-15-x-12-academic-monthly-wall-calendar-107934-a24/product_24547086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/replogle-globe-political-inflate-a-globe-light-blue-12-2-bundle/product_883184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-8-5-x-11-academic-weekly-monthly-planner-multicolor-142506/product_24546838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-8-x-10-academic-weekly-monthly-planner-multicolor-142979/product_24546808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-good-vibes-tie-dye-17-x-22-academic-monthly-desk-pad-calendar-yellow-pink-146048/product_24546854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-harmony-series-leathersoft-manual-recliners-brown-leather-bt705971bn/product_24161596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-10x14-040-aluminum-caution-sign/product_562412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-w1620mf-mystical-forest-by-mathieu-rivrin-16-x-20-framed-art-wht-mtd/product_1553594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-10x14-040-aluminum-danger-sign/product_564120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-harmony-series-56-leathersoft-loveseat-with-two-built-in-recliners-black-bt70597ls/product_2607247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1114mf-sunrise-in-paris-by-mathieu-rivrin-11-x-14-framed-art-wht-mtd/product_1551719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-greta-6-44-x-8-88-academic-weekly-monthly-planner-multicolor-142332/product_24546771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-all-vehicles-entering-or-leaving-subject-to-search-10x14-040-aluminum/product_559238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-7x10-040-aluminum-danger-sign/product_556231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-18-h-vinyl-trapezoidal-back-banquet-chair-burgundy-4-pack-4fdbhf2vyvyl/product_696462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-19-1-4-h-vinyl-black-frame-trapezoidal-back-banquet-chair-black-4-pack-4fdbhf1bkbk/product_696358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-c3047gg-sunrise-in-paris-by-mathieu-rivrin-30-x-47-frameless-art/product_1553965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-b1114bmf-symetrie-du-louvre-by-mathieu-rivrin-11x14-frm-art-blk-mtd/product_1551730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-authorized-employees-only-bilingual-14x10-040-aluminum-notice-sign/product_559422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-no-smoking-at-any-time-10x14-040-aluminum-danger-sign/product_564134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-keep-out-10x14-040-aluminum-notice-sign/product_560748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-c2232gg-symetrie-du-louvre-by-mathieu-rivrin-22-x-32-frameless-art/product_1553326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-c3047gg-symetrie-du-louvre-by-mathieu-rivrin-30-x-47-frameless-art/product_1553968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retail-therapy-100-00-gift-card-email-delivery-1024021b10000/product_24577678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-lianna-8-5-x-11-academic-weekly-monthly-planner-multicolor-142455/product_24546823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retail-therapy-25-00-gift-card-email-delivery-1024021b2500/product_24577680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retail-therapy-50-00-gift-card-email-delivery-1024021b5000/product_24577677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-d-or-lighting-canvas-art-22-x-32-inches/product_245101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retail-therapy-gift-card-email-delivery/product_SS239292621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-curved-triple-braced-vinyl-armless-folding-chair-beige-4-pack-4hf3mc309avbge/product_201081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retell-a-story-cubes/product_873016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-a-stroll-in-italy-canvas-art-16x24-inches/product_254349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retired-not-expired-hardcover/product_24576015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-curved-triple-braced-vinyl-armless-folding-chair-black-12-pack-12hamc309avbk/product_201088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-classic-15-x-12-academic-monthly-wall-calendar-white-blue-135556-a24/product_24547087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-confetti-toss-8-5-x-11-academic-weekly-monthly-planner-multicolor-142384/product_24546779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rentacargift-50-00-gift-card-email-delivery-1016985b5000/product_24590031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-b1620mf-blue-hour-from-the-louvre-by-mathieu-rivrin-16x20-frm-art-wht-mtd/product_1553604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-8-5-x-11-academic-weekly-monthly-planner-deep-blue-145679/product_24546835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-cupcakes-and-cashmere-dalmatian-dot-5-x-8-academic-weekly-monthly-planner-green-white-142392/product_24546897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-fusion-series-faux-leather-lounge-chair-brown-ch162731bn/product_2548437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-b1114mf-gate-to-the-ocean-by-mathieu-rivrin-11-x-14-frm-art-wht-mtd/product_1551732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-8-x-10-academic-weekly-monthly-planner-black-142505/product_24546809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-beach-house-stripe-blush-8-5-x-11-academic-weekly-monthly-planner-pink-beige-142493/product_24546791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gael-folding-table-96-x-30-natural-ytwtft3096tbl/product_201690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-8-5-x-11-academic-weekly-monthly-planner-multicolor-142487/product_24546891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-c1624gg-gate-to-the-ocean-by-mathieu-rivrin-16-x-24-frameless-art/product_1551062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/replacement-steel-blade-carriage-for-12-portable-trimmer-2-pack-fsk1968701001/product_1133398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-c2232gg-gate-to-the-ocean-by-mathieu-rivrin-22-x-32-frameless-art/product_1553327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/replogle-12-crystal-marquise-world-globe-transparent-silver/product_309440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-poppy-garden-5-88-x-8-63-academic-weekly-monthly-planner-multicolor-142523/product_24546852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c2232gg-martinique-by-mathieu-rivrin-22-x-32-frameless-art/product_1553325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c3047gg-martinique-by-mathieu-rivrin-30-x-47-frameless-art/product_1553967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-peyton-navy-15-x-12-academic-monthly-wall-calendar-107934-a24/product_24547086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/replogle-globe-political-inflate-a-globe-light-blue-12-2-bundle/product_883184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-8-5-x-11-academic-weekly-monthly-planner-multicolor-142506/product_24546838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-twilight-floral-8-x-10-academic-weekly-monthly-planner-multicolor-142979/product_24546808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-w1620mf-mystical-forest-by-mathieu-rivrin-16-x-20-framed-art-wht-mtd/product_1553594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-harmony-series-leathersoft-manual-recliners-brown-leather-bt705971bn/product_24161596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-harmony-series-56-leathersoft-loveseat-with-two-built-in-recliners-black-bt70597ls/product_2607247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-10x14-040-aluminum-danger-sign/product_564120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-good-vibes-tie-dye-17-x-22-academic-monthly-desk-pad-calendar-yellow-pink-146048/product_24546854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-10x14-040-aluminum-caution-sign/product_562412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1114mf-sunrise-in-paris-by-mathieu-rivrin-11-x-14-framed-art-wht-mtd/product_1551719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-greta-6-44-x-8-88-academic-weekly-monthly-planner-multicolor-142332/product_24546771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-all-vehicles-entering-or-leaving-subject-to-search-10x14-040-aluminum/product_559238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-b1114bmf-symetrie-du-louvre-by-mathieu-rivrin-11x14-frm-art-blk-mtd/product_1551730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-c3047gg-sunrise-in-paris-by-mathieu-rivrin-30-x-47-frameless-art/product_1553965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-18-h-vinyl-trapezoidal-back-banquet-chair-burgundy-4-pack-4fdbhf2vyvyl/product_696462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-19-1-4-h-vinyl-black-frame-trapezoidal-back-banquet-chair-black-4-pack-4fdbhf1bkbk/product_696358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-7x10-040-aluminum-danger-sign/product_556231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-authorized-employees-only-bilingual-14x10-040-aluminum-notice-sign/product_559422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-no-smoking-at-any-time-10x14-040-aluminum-danger-sign/product_564134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/restricted-area-keep-out-10x14-040-aluminum-notice-sign/product_560748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retail-therapy-25-00-gift-card-email-delivery-1024021b2500/product_24577680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retail-therapy-100-00-gift-card-email-delivery-1024021b10000/product_24577678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-c2232gg-symetrie-du-louvre-by-mathieu-rivrin-22-x-32-frameless-art/product_1553326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-lianna-8-5-x-11-academic-weekly-monthly-planner-multicolor-142455/product_24546823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-c3047gg-symetrie-du-louvre-by-mathieu-rivrin-30-x-47-frameless-art/product_1553968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retail-therapy-50-00-gift-card-email-delivery-1024021b5000/product_24577677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-d-or-lighting-canvas-art-22-x-32-inches/product_245101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retail-therapy-gift-card-email-delivery/product_SS239292621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retell-a-story-cubes/product_873016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-curved-triple-braced-vinyl-armless-folding-chair-beige-4-pack-4hf3mc309avbge/product_201081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retired-not-expired-hardcover/product_24576015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-a-stroll-in-italy-canvas-art-16x24-inches/product_254349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-curved-triple-braced-vinyl-armless-folding-chair-black-12-pack-12hamc309avbk/product_201088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-12-x-15-academic-monthly-wall-calendar-142374/product_24546805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-definity-series-57-75-leathersoft-loveseat-black-zbdefnty809lsbk/product_257538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-8-5-x-11-academic-monthly-planner-multicolor-142346/product_24546880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/returnable-poly-mailers-white-14-x-17-100-case/product_1603922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retrak-etselfiew-for-iphone-4-5-5s-6-samsung-galaxy-s-iii-4-selfie-stick-with-wired-shutter/product_1592530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-fabric-gold-frame-dome-back-banquet-chair-navy-4-pack-4fdc03ag3774/product_200976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cool-city-canvas-art-16x24-inches/product_254391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-covered-bridge-park-i-canvas-art-18-x-24-inches/product_254394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-covered-bridge-park-i-canvas-art-22-x-32-inches/product_254395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-capri-lemon-shower-yellow-5-x-8-academic-weekly-monthly-planner-multicolor-146000/product_24546851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-16-channel-3tb-nvr-surveillance-system-with-8-cameras-ru162b8ga-3t/product_24311670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-monarch-migration-11-x-8-75-academic-monthly-wall-calendar-multicolor-142609/product_24546861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imagination-leather-accent-chair-black-zbimagmiddle/product_257549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-8-channel-2-tb-nvr-surveillance-system-with-6-cameras-ru82b6ga-2t/product_24311695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-3-63-x-6-13-academic-monthly-planner-multicolor-142616/product_24546844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-downtown-chicago-canvas-art-16x24-inches/product_254403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-4-channel-1-tb-nvr-surveillance-system-with-4-cameras-ru82d2gb2ga-2t/product_24311645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-monarch-migration-5-x-8-academic-weekly-monthly-planner-multicolor-145817/product_24546807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-fat-catt-canvas-art-30x47-inches/product_254414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-5-x-8-academic-weekly-monthly-planner-multicolor-142615/product_24546836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imperial-series-52-leathersoft-loveseat-brown-1112bn/product_257477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-fine-dining-canvas-art-22x32-inches/product_254416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-stripe-5-x-8-academic-weekly-monthly-planner-multicolor-145819/product_24546848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lacey-series-57-leathersoft-loveseat-with-stainless-steel-frame-black-zblacey8312lsbk/product_257574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lacey-leather-accent-chair-black-zblacey8312chbk/product_257573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-stripe-8-5-x-11-academic-weekly-monthly-planner-multicolor-145818/product_24546810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-hartman-creek-birches-canvas-art-18x24-inches/product_254421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rezip-travel-zippered-bag-clear-gray-1-qt-ba217-gry/product_24581068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rhino-skin-dodgeball-set-multicolor-6-set-chsrxd6set/product_1828113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-black-4-pack-4lel3black/product_696189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-impressions-iv-canvas-art-16x24-inches/product_254439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rhino-skin-dodgeball-set/product_841124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-impressions-v-canvas-art-16x24-inches/product_254443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rhodia-8-25-x-6-sketch-pad-80-sheets-pad-4-pack-92601-pk4/product_2132123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-black-60-pack/product_201250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-main-street-marketplace-waupaca-canvas-art-22x32-inches/product_254453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-eccolo-4-25-x-7-5-weekly-planner-faux-leather-cover-light-blue-ay24-401c/product_24544508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-8-1-4-in-x-11-3-4-in-orange-pack-of-3-3pk-18200/product_2133410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-menominee-marina-canvas-art-16x24-inches/product_254462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-office-chair-white-10-pack-le-l-3-white-gg/product_201261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-powder-coated-frame-stack-chair-black-12-pack/product_201433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-gartner-studios-swirl-5-63-x-8-25-academic-weekly-monthly-planner-multicolor-98062/product_24544605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-polypropylene-office-chair-black-4-pack-rut-238a-bk-gg/product_257019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-12-x-15-academic-monthly-wall-calendar-142374/product_24546805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rhodia-wirebound-notebooks-graph-8-1-4-x-12-1-2-black-5-pack-92618-pk5/product_1717760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-old-wautoma-hotel-canvas-art-24x32-inches/product_254489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-outdoor-market-rome-canvas-art-22x32-inches/product_254499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-pine-river-reflections-canvas-art-16x24-inches/product_254504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-800-lb-capacity-plastic-fan-back-folding-chair-8-pack-8lel4bk/product_24127372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-rush-hour-chicago-canvas-art-30x47-inches/product_254521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-punch-studio-lady-jayne-7-x-9-5-academic-calendar-weekly-monthly-planner-multicolor-53012/product_24544599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-definity-series-57-75-leathersoft-loveseat-black-zbdefnty809lsbk/product_257538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/retrak-etselfiew-for-iphone-4-5-5s-6-samsung-galaxy-s-iii-4-selfie-stick-with-wired-shutter/product_1592530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/returnable-poly-mailers-white-14-x-17-100-case/product_1603922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-8-5-x-11-academic-monthly-planner-multicolor-142346/product_24546880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-fabric-gold-frame-dome-back-banquet-chair-navy-4-pack-4fdc03ag3774/product_200976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cool-city-canvas-art-16x24-inches/product_254391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-covered-bridge-park-i-canvas-art-18-x-24-inches/product_254394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-capri-lemon-shower-yellow-5-x-8-academic-weekly-monthly-planner-multicolor-146000/product_24546851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-16-channel-3tb-nvr-surveillance-system-with-8-cameras-ru162b8ga-3t/product_24311670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-covered-bridge-park-i-canvas-art-22-x-32-inches/product_254395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-monarch-migration-11-x-8-75-academic-monthly-wall-calendar-multicolor-142609/product_24546861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imagination-leather-accent-chair-black-zbimagmiddle/product_257549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-8-channel-2-tb-nvr-surveillance-system-with-6-cameras-ru82b6ga-2t/product_24311695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-3-63-x-6-13-academic-monthly-planner-multicolor-142616/product_24546844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-4-channel-1-tb-nvr-surveillance-system-with-4-cameras-ru82d2gb2ga-2t/product_24311645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-downtown-chicago-canvas-art-16x24-inches/product_254403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-monarch-migration-5-x-8-academic-weekly-monthly-planner-multicolor-145817/product_24546807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-fat-catt-canvas-art-30x47-inches/product_254414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-5-x-8-academic-weekly-monthly-planner-multicolor-142615/product_24546836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imperial-series-52-leathersoft-loveseat-brown-1112bn/product_257477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-stripe-5-x-8-academic-weekly-monthly-planner-multicolor-145819/product_24546848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-fine-dining-canvas-art-22x32-inches/product_254416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lacey-series-57-leathersoft-loveseat-with-stainless-steel-frame-black-zblacey8312lsbk/product_257574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lacey-leather-accent-chair-black-zblacey8312chbk/product_257573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-stripe-8-5-x-11-academic-weekly-monthly-planner-multicolor-145818/product_24546810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-hartman-creek-birches-canvas-art-18x24-inches/product_254421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rezip-travel-zippered-bag-clear-gray-1-qt-ba217-gry/product_24581068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-black-4-pack-4lel3black/product_696189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rhino-skin-dodgeball-set-multicolor-6-set-chsrxd6set/product_1828113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-impressions-iv-canvas-art-16x24-inches/product_254439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-impressions-v-canvas-art-16x24-inches/product_254443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rhino-skin-dodgeball-set/product_841124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-black-60-pack/product_201250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-main-street-marketplace-waupaca-canvas-art-22x32-inches/product_254453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rhodia-8-25-x-6-sketch-pad-80-sheets-pad-4-pack-92601-pk4/product_2132123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-eccolo-4-25-x-7-5-weekly-planner-faux-leather-cover-light-blue-ay24-401c/product_24544508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-8-1-4-in-x-11-3-4-in-orange-pack-of-3-3pk-18200/product_2133410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-menominee-marina-canvas-art-16x24-inches/product_254462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-office-chair-white-10-pack-le-l-3-white-gg/product_201261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-powder-coated-frame-stack-chair-black-12-pack/product_201433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-gartner-studios-swirl-5-63-x-8-25-academic-weekly-monthly-planner-multicolor-98062/product_24544605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-polypropylene-office-chair-black-4-pack-rut-238a-bk-gg/product_257019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rhodia-wirebound-notebooks-graph-8-1-4-x-12-1-2-black-5-pack-92618-pk5/product_1717760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-old-wautoma-hotel-canvas-art-24x32-inches/product_254489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-pine-river-reflections-canvas-art-16x24-inches/product_254504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-outdoor-market-rome-canvas-art-22x32-inches/product_254499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-800-lb-capacity-plastic-fan-back-folding-chair-8-pack-8lel4bk/product_24127372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-rush-hour-chicago-canvas-art-30x47-inches/product_254521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-punch-studio-lady-jayne-7-x-9-5-academic-calendar-weekly-monthly-planner-multicolor-53012/product_24544599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:44:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:44:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:45:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-punch-studio-lady-jayne-9-5-x-11-5-academic-calendar-monthly-planner-multicolor-53011/product_24544600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rice-krispies-treats-original-78-oz-60-count-220-00515/product_2071443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-armless-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go1235bklea/product_201021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-southworth-8-5-x-11-academic-weekly-monthly-planner-sunflower-wreath-91084/product_24544601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-southworth-8-5-x-11-academic-weekly-monthly-planner-sweet-citrus-floral-91262/product_24544603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-406465-black-high-yield-toner-cartridge/product_332847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-street-festival-neshkoro-canvas-art-22x32-inches/product_254546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-22-x-17-academic-monthly-desk-pad-calendar-navy-st59497-23/product_24542865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-8-x-11-academic-weekly-monthly-appointment-book-black-st25499-23/product_24542866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-summer-showers-in-green-bay-canvas-art-22x32-inches/product_254555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-17-x-12-academic-monthly-desk-pad-calendar-white-black-ay24-8512/product_24544561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-407539-black-standard-yield-toner-cartridge/product_2796087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-every-day-s-a-holiday-17-x-22-academic-monthly-desk-pad-calendar-ay24-8200/product_24544563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go2092m1bk/product_2637310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-408288-black-standard-yield-toner-cartridge/product_24401609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-418477-black-standard-yield-toner-cartridge/product_24419551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-willow-creek-blue-duotone-6-5-x-8-5-academic-weekly-monthly-planner-gray-blue-37058/product_24544456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-821029-cyan-standard-yield-toner-cartridge/product_326185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2025-blue-sky-ivory-paper-co-adeline-3-63-x-6-13-academic-monthly-planner-multicolor-146043/product_24546800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-black-patterned-gold-vein-frame-4-pack-4fdc01gvs0806/product_256877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-e717-50-23/product_24514533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-s-road-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0447-c1219gg/product_2081417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-daily-loose-leaf-desk-calendar-refill-3-75-x-3-white-black-e919-50-23/product_24515750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-8-x-4-5-daily-loose-leaf-desk-calendar-refill-white-black-e210-50-23/product_24515739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-dayminder-executive-8-75-x-7-weekly-monthly-planner-refill-white-blue-g545-50-23/product_24515691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-841725-cyan-standard-toner-cartridge/product_2802934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-841752-yellow-standard-yield-toner-cartridge/product_2802926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-heavy-duty-stack-chair-black-dot-4-pack-4xu60153bk/product_257065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-225-23/product_24514522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-heavy-duty-stack-chair-with-arms-black-dot-4-pack-4xu60154bk/product_257080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stack-chair-black-dot-xu60153bk/product_257064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-889613-black-standard-yield-toner-cartridge/product_107836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-11-x-14-black-frame-art/product_317128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-banquet-chair-gray-dot-silver-frame-fdc01s6/product_2498895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-chair-with-sled-base-black-xu8700blkb30/product_201522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-16-x-20-black-frame-art/product_317129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-church-chair-black-patterned-silver-vein-frame-fch185svjp02/product_200988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-c310a-black-standard-yield-toner-cartridge-406344/product_480695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-church-chair-gray-silver-vein-frame-xuch0221gysv/product_257182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-c310a-yellow-standard-yield-toner-cartridge/product_104190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-11-x-14-wood-frame-art/product_313774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-punch-studio-lady-jayne-9-5-x-11-5-academic-calendar-monthly-planner-multicolor-53011/product_24544600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-c310ha-magenta-high-yield-toner-cartridge-406477/product_480704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-fi-8040-premium-bundle-scanner-with-4-year-advance-exchange-warranty-cg01000-310059/product_IM1HL4132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-11-x-14-black-frame-art/product_312803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-fusing-unit-408038/product_IM17Y6881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rice-krispies-treats-original-78-oz-60-count-220-00515/product_2071443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-armless-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go1235bklea/product_201021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-southworth-8-5-x-11-academic-weekly-monthly-planner-sunflower-wreath-91084/product_24544601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-southworth-8-5-x-11-academic-weekly-monthly-planner-sweet-citrus-floral-91262/product_24544603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-406465-black-high-yield-toner-cartridge/product_332847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-street-festival-neshkoro-canvas-art-22x32-inches/product_254546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-22-x-17-academic-monthly-desk-pad-calendar-navy-st59497-23/product_24542865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-8-x-11-academic-weekly-monthly-appointment-book-black-st25499-23/product_24542866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-summer-showers-in-green-bay-canvas-art-22x32-inches/product_254555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-17-x-12-academic-monthly-desk-pad-calendar-white-black-ay24-8512/product_24544561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-407539-black-standard-yield-toner-cartridge/product_2796087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-every-day-s-a-holiday-17-x-22-academic-monthly-desk-pad-calendar-ay24-8200/product_24544563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go2092m1bk/product_2637310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-408288-black-standard-yield-toner-cartridge/product_24401609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-418477-black-standard-yield-toner-cartridge/product_24419551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2024-willow-creek-blue-duotone-6-5-x-8-5-academic-weekly-monthly-planner-gray-blue-37058/product_24544456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-821029-cyan-standard-yield-toner-cartridge/product_326185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-2025-blue-sky-ivory-paper-co-adeline-3-63-x-6-13-academic-monthly-planner-multicolor-146043/product_24546800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-e717-50-23/product_24514533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-black-patterned-gold-vein-frame-4-pack-4fdc01gvs0806/product_256877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-s-road-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0447-c1219gg/product_2081417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-daily-loose-leaf-desk-calendar-refill-3-75-x-3-white-black-e919-50-23/product_24515750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-8-x-4-5-daily-loose-leaf-desk-calendar-refill-white-black-e210-50-23/product_24515739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-dayminder-executive-8-75-x-7-weekly-monthly-planner-refill-white-blue-g545-50-23/product_24515691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-841725-cyan-standard-toner-cartridge/product_2802934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-841752-yellow-standard-yield-toner-cartridge/product_2802926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-heavy-duty-stack-chair-black-dot-4-pack-4xu60153bk/product_257065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-225-23/product_24514522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-heavy-duty-stack-chair-with-arms-black-dot-4-pack-4xu60154bk/product_257080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stack-chair-black-dot-xu60153bk/product_257064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-889613-black-standard-yield-toner-cartridge/product_107836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-11-x-14-black-frame-art/product_317128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-banquet-chair-gray-dot-silver-frame-fdc01s6/product_2498895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-chair-with-sled-base-black-xu8700blkb30/product_201522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-16-x-20-black-frame-art/product_317129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-church-chair-black-patterned-silver-vein-frame-fch185svjp02/product_200988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-c310a-black-standard-yield-toner-cartridge-406344/product_480695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-church-chair-gray-silver-vein-frame-xuch0221gysv/product_257182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-c310a-yellow-standard-yield-toner-cartridge/product_104190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-11-x-14-wood-frame-art/product_313774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-c310ha-magenta-high-yield-toner-cartridge-406477/product_480704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-fi-8040-premium-bundle-scanner-with-4-year-advance-exchange-warranty-cg01000-310059/product_IM1HL4132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-11-x-14-black-frame-art/product_312803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-fusing-unit-408038/product_IM17Y6881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-16-x-20-wood-frame-art/product_312810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-22-x-32-canvas-art/product_312807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-8-25-x-11-weekly-appointment-book-navy-70-950-20-24/product_24548832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-35-x-47-canvas-art/product_312808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-shell-stack-chair-black-ruteo1bk/product_201420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-35-x-47-canvas-art/product_314010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-shell-stack-chair-burgundy-black-ruteo1by/product_201426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-badge-floral-36-x-24-academic-calendar-yearly-dry-erase-wall-calendar-reversible-1710f-550p-25/product_24579187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-5200ha-black-standard-yield-toner-cartridge-406683-us/product_2802935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-black-rut438bk/product_1179860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-black-rutf01abk/product_201429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-24-x-32-canvas-art/product_494238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stackable-melody-band-music-chair-black-hfmusic/product_201209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-5-x-8-academic-weekly-monthly-planner-poly-cover-charcoal-ayc200-45-25/product_24579233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-8-5-x-11-academic-monthly-planner-poly-cover-charcoal-ayc470-45-25/product_24579236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-type-hq40l-master-roll-ric893196/product_107230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-traditional-metal-slat-back-restaurant-barstool-silver-burgundy-xudg60402bbgv/product_1982979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-de-la-mer-35-x-47-canvas-art/product_495354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ridgid-brush-assembly-used-with-1157-3177-3181-threading-motors/product_774988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salon-anuuel-de-la-libre-esthetique-1897-canvas-art/product_244832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ridgid-high-carbon-steel-pipe-tap-9-16-18-3-8-in-npt/product_770515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0589-b1114mf/product_2082583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-recycled-3-5-x-6-monthly-planner-black-70-024g-05-24/product_24548785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/right-to-know-information-labels-write-on-color-bar-6x4-adhesive-vinyl-10-pk/product_554171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-folding-chair-black-2-pack-2hamc309avbk/product_24442103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0589-c1624gg/product_2080293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-simplified-by-emily-ley-gingham-8-5-x-11-academic-weekly-monthly-planner-blue-white-el26-901a-25/product_24580408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-wood-folding-chair-mahogany-black-2-pack-2xf2903mahwood/product_24442101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-shell-ergonomic-stack-chair-with-black-frame-and-14-seat-black-15-pack/product_1179883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-simplified-by-emily-ley-happy-stripe-8-5-x-11-academic-weekly-monthly-planner-poly-cover/product_24579216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-shell-ergonomic-stack-chair-with-black-frame-and-14-seat-navy-15-pack/product_1179888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-traditional-metal-stacking-banquet-chair-silver-vein-frame-fdbhf2byvyl/product_1982829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0579-b1114mf/product_2082613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-armless-folding-chair-white-20-pack-20l3l1white/product_695526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-analeis-8-x-10-academic-monthly-planner-plastic-cover-white-black-130613-a25/product_24583757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-heavy-duty-stack-chair-with-arms-black-20-pack-20xu6015bkvyl/product_201514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ring-spotlight-wifi-indoor-outdoor-cam-wired-plug-in-white-8sh1p7-wen0/product_2823893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-leopard-black-17-x-11-academic-monthly-desk-pad-calendar-white-black-149048-a25/product_24583730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-upholstered-reception-chair-black-4-pack-ha-mc309av-bk-gg/product_201087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0575-w1114mf/product_2082624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-multicolor-smoke-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-133681-a25/product_24581585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ring-wireless-stick-up-camera-white-b07q6zzfls/product_24484509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rio-parade-of-red-trees-matted-framed-art-11x14-inches-wood-frame/product_250549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-16-x-20-wood-frame-art/product_312810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rio-parade-of-red-trees-matted-framed-art-16x20-inches-wood-frame/product_250550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0575-w1620mf/product_2083330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rip-van-leos-golden-vanilla-sandwich-cookies-1-69-oz-10-packs-box-0016/product_24581076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-nyla-5-x-8-academic-weekly-monthly-planner-white-black-149822/product_24581515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-22-x-32-canvas-art/product_312807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-8-25-x-11-weekly-appointment-book-navy-70-950-20-24/product_24548832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saharet-35-x-47-canvas-art/product_312808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-shell-stack-chair-black-ruteo1bk/product_201420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-35-x-47-canvas-art/product_314010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-shell-stack-chair-burgundy-black-ruteo1by/product_201426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-badge-floral-36-x-24-academic-calendar-yearly-dry-erase-wall-calendar-reversible-1710f-550p-25/product_24579187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-5200ha-black-standard-yield-toner-cartridge-406683-us/product_2802935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-black-rut438bk/product_1179860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-black-rutf01abk/product_201429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-24-x-32-canvas-art/product_494238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stackable-melody-band-music-chair-black-hfmusic/product_201209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-5-x-8-academic-weekly-monthly-planner-poly-cover-charcoal-ayc200-45-25/product_24579233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-8-5-x-11-academic-monthly-planner-poly-cover-charcoal-ayc470-45-25/product_24579236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ricoh-type-hq40l-master-roll-ric893196/product_107230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-traditional-metal-slat-back-restaurant-barstool-silver-burgundy-xudg60402bbgv/product_1982979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-de-la-mer-35-x-47-canvas-art/product_495354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ridgid-brush-assembly-used-with-1157-3177-3181-threading-motors/product_774988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salon-anuuel-de-la-libre-esthetique-1897-canvas-art/product_244832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ridgid-high-carbon-steel-pipe-tap-9-16-18-3-8-in-npt/product_770515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0589-b1114mf/product_2082583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-recycled-3-5-x-6-monthly-planner-black-70-024g-05-24/product_24548785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/right-to-know-information-labels-write-on-color-bar-6x4-adhesive-vinyl-10-pk/product_554171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-folding-chair-black-2-pack-2hamc309avbk/product_24442103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0589-c1624gg/product_2080293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-simplified-by-emily-ley-gingham-8-5-x-11-academic-weekly-monthly-planner-blue-white-el26-901a-25/product_24580408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-wood-folding-chair-mahogany-black-2-pack-2xf2903mahwood/product_24442101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-shell-ergonomic-stack-chair-with-black-frame-and-14-seat-black-15-pack/product_1179883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-simplified-by-emily-ley-happy-stripe-8-5-x-11-academic-weekly-monthly-planner-poly-cover/product_24579216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-shell-ergonomic-stack-chair-with-black-frame-and-14-seat-navy-15-pack/product_1179888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-traditional-metal-stacking-banquet-chair-silver-vein-frame-fdbhf2byvyl/product_1982829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0579-b1114mf/product_2082613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-armless-folding-chair-white-20-pack-20l3l1white/product_695526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-analeis-8-x-10-academic-monthly-planner-plastic-cover-white-black-130613-a25/product_24583757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-heavy-duty-stack-chair-with-arms-black-20-pack-20xu6015bkvyl/product_201514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ring-spotlight-wifi-indoor-outdoor-cam-wired-plug-in-white-8sh1p7-wen0/product_2823893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-leopard-black-17-x-11-academic-monthly-desk-pad-calendar-white-black-149048-a25/product_24583730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-upholstered-reception-chair-black-4-pack-ha-mc309av-bk-gg/product_201087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0575-w1114mf/product_2082624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-multicolor-smoke-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-133681-a25/product_24581585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ring-wireless-stick-up-camera-white-b07q6zzfls/product_24484509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rio-parade-of-red-trees-matted-framed-art-11x14-inches-wood-frame/product_250549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rio-parade-of-red-trees-matted-framed-art-16x20-inches-wood-frame/product_250550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0575-w1620mf/product_2083330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rip-van-leos-golden-vanilla-sandwich-cookies-1-69-oz-10-packs-box-0016/product_24581076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-nyla-5-x-8-academic-weekly-monthly-planner-white-black-149822/product_24581515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:45:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ivan-ergonomic-mesh-swivel-high-back-executive-office-chair-black-hl0018/product_1983465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-16-x-20-white-matted-wood-frame-em0565-w1620mf/product_2086319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-brandice-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor-146853/product_24581498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-brandice-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-146847/product_24581496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-cali-pink-5-x-8-academic-weekly-monthly-planner-plastic-cover-pink-white-130621-a25/product_24583723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jeffrey-commercial-grade-round-metal-indoor-outdoor-table-red-ch5109029red/product_2507085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-11-x-14-wood-frame-art/product_34071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jessica-fabric-swivel-high-back-executive-office-chair-black-go5301bbk/product_201025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-16-x-20-wood-frame-art/product_34070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-by-michael-tompsett-11-x-14-black-matted-silver-frame-mt0371-s1114bmf/product_2076545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:45:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:45:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jessie-ergonomic-microfiber-swivel-high-back-executive-office-chair-black-go725bk/product_201033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-by-michael-tompsett-16-x-20-white-matted-silver-frame-mt0371-s1620mf/product_2084937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/risograph-master-roll-s549la-black-2-pack/product_107912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-collegiate-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-gray-100135-a25/product_24581543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rit-dyes-fixative-liquid-8-oz-bottle-pack-of-4-4pk-8729/product_2133814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rit-dyes-evening-blue-liquid-8-oz-bottle-pack-of-4-4pk-8279/product_2134113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rit-dyes-black-liquid-8-oz-bottle-pack-of-4-4pk-8159/product_2134434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-bar-stool-black-antique-gold-ch3132030gbbq/product_1982930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-counter-stool-black-ch3132024gbbk/product_1982807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-counter-stool-blue-ch3132024gbbl/product_1982802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rit-dyes-royal-blue-liquid-8-oz-bottle-pack-of-4-4pk-8299/product_2134266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-academic-5-88-x-8-63-academic-weekly-monthly-planner-deep-blue-150139/product_24581598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-california-16-x-24-canvas-art/product_34074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rite-in-the-rain-all-weather-1-subject-pocket-notebook-4-88-x-7-graph-ruled-32-sheets-green-973/product_24431256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-barstool-without-back-white-ch3132030wh/product_1983289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0547-b1114mf/product_2082709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rite-in-the-rain-all-weather-universal-memo-notebook-4-38-x-7-25-wide-ruled-80-sheets-black-770f/product_24430337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-2xl/product_197817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blurred-spring-lilac-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blush-5-x-8-academic-weekly-monthly-planner-plastic-cover-pink-150138/product_24581521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-medium/product_197816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-3xl/product_197818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-200c-yellow-classic-rain-coats-xl/product_154517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-burgundy-blzp806by/product_1240969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-classic-rain-coats-large-yellow-200cl/product_154514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-60-x-18-granite-white-rb1860/product_201340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-ii-by-michael-tompsett-16-x-24-canvas-art-mt0623-c1624gg/product_2077991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-72-x-30-granite-white-rb3072fh/product_1982273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-painted-leopard-gray-5-x-8-academic-weekly-monthly-planner-plastic-cover-black-gray/product_24581527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iii-by-michael-tompsett-22-x-32-canvas-art-mt0643-c2232gg/product_2077365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-mcr-safety-hook-loop-safety-vests-non-ansi-one-size-orange-v211r/product_422652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0805-w1620bmf/product_2086016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-rugby-stripe-black-22-x-17-academic-monthly-desk-pad-calendar-black-white-144888/product_24581593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-conference-chair-black-bz100lfbklea/product_200881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-secret-garden-mint-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24583768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-conference-chair-black-bz105lfbklea/product_200886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-guest-chair-black-bt8217bk/product_1983455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-dark-brown-50-sheets-p103606/product_402651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/road-runner-ice-melt-pallets/product_SS225370759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ivan-ergonomic-mesh-swivel-high-back-executive-office-chair-black-hl0018/product_1983465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-16-x-20-white-matted-wood-frame-em0565-w1620mf/product_2086319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-cali-pink-5-x-8-academic-weekly-monthly-planner-plastic-cover-pink-white-130621-a25/product_24583723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-brandice-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-146847/product_24581496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-brandice-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor-146853/product_24581498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jeffrey-commercial-grade-round-metal-indoor-outdoor-table-red-ch5109029red/product_2507085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-11-x-14-wood-frame-art/product_34071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jessica-fabric-swivel-high-back-executive-office-chair-black-go5301bbk/product_201025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-by-michael-tompsett-11-x-14-black-matted-silver-frame-mt0371-s1114bmf/product_2076545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-16-x-20-wood-frame-art/product_34070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jessie-ergonomic-microfiber-swivel-high-back-executive-office-chair-black-go725bk/product_201033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-by-michael-tompsett-16-x-20-white-matted-silver-frame-mt0371-s1620mf/product_2084937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/risograph-master-roll-s549la-black-2-pack/product_107912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-collegiate-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-gray-100135-a25/product_24581543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rit-dyes-fixative-liquid-8-oz-bottle-pack-of-4-4pk-8729/product_2133814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rit-dyes-evening-blue-liquid-8-oz-bottle-pack-of-4-4pk-8279/product_2134113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rit-dyes-black-liquid-8-oz-bottle-pack-of-4-4pk-8159/product_2134434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-bar-stool-black-antique-gold-ch3132030gbbq/product_1982930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-counter-stool-black-ch3132024gbbk/product_1982807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-counter-stool-blue-ch3132024gbbl/product_1982802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rit-dyes-royal-blue-liquid-8-oz-bottle-pack-of-4-4pk-8299/product_2134266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-academic-5-88-x-8-63-academic-weekly-monthly-planner-deep-blue-150139/product_24581598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rite-in-the-rain-all-weather-1-subject-pocket-notebook-4-88-x-7-graph-ruled-32-sheets-green-973/product_24431256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-barstool-without-back-white-ch3132030wh/product_1983289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-california-16-x-24-canvas-art/product_34074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0547-b1114mf/product_2082709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rite-in-the-rain-all-weather-universal-memo-notebook-4-38-x-7-25-wide-ruled-80-sheets-black-770f/product_24430337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-2xl/product_197817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blurred-spring-lilac-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blush-5-x-8-academic-weekly-monthly-planner-plastic-cover-pink-150138/product_24581521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-3xl/product_197818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-medium/product_197816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-200c-yellow-classic-rain-coats-xl/product_154517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-burgundy-blzp806by/product_1240969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-classic-rain-coats-large-yellow-200cl/product_154514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-60-x-18-granite-white-rb1860/product_201340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-ii-by-michael-tompsett-16-x-24-canvas-art-mt0623-c1624gg/product_2077991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-72-x-30-granite-white-rb3072fh/product_1982273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-painted-leopard-gray-5-x-8-academic-weekly-monthly-planner-plastic-cover-black-gray/product_24581527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iii-by-michael-tompsett-22-x-32-canvas-art-mt0643-c2232gg/product_2077365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/river-city-mcr-safety-hook-loop-safety-vests-non-ansi-one-size-orange-v211r/product_422652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-rugby-stripe-black-22-x-17-academic-monthly-desk-pad-calendar-black-white-144888/product_24581593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0805-w1620bmf/product_2086016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-conference-chair-black-bz100lfbklea/product_200881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-secret-garden-mint-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24583768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-guest-chair-black-bt8217bk/product_1983455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-conference-chair-black-bz105lfbklea/product_200886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-dark-brown-50-sheets-p103606/product_402651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/road-runner-ice-melt-pallets/product_SS225370759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-recliner-and-ottoman-with-swiveling-mahogany-wood-base-brown-bt70222brnflair/product_1169312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-reception-set-white-bt353whlea/product_257501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-decosta-blue-8-5-x-11-academic-weekly-monthly-student-planner-plastic-cover-150459/product_24581577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-16-x-20-white-matted-mt0824-b1620mf/product_2085960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-28-square-table-with-4-rattan-stack-chairs-black-tlh073sq037bk4/product_2548245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-enviroshades-steno-notebook-6-x-9-80-sheets-pad-gregg-ruled-recycled-gray-paper-4-books-pk-12274/product_2675900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-28-round-table-with-4-rattan-stack-chairs-gray-tlh087rd037gy4/product_2548249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-mt0823-b1620bmf/product_2085963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-enterprise-7-x-9-academic-weekly-monthly-planner-plastic-cover-black-131982-a25/product_24583739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-x-8-5-wide-ruled-48-sheets-black-77333/product_814864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-new-leaf-1-subject-notebooks-9-x-11-college-ruled-70-sheets-multicolor-12-carton-10843cs/product_24598947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-contemporary-aluminum-dining-chair-gray-tlh017b/product_1983147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-indoor-outdoor-table-set-with-4-slat-back-chairs-27-5-aluminum-tlh28sq017bchr4/product_1982644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-linus-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-black-wla654mgbk/product_257461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-linus-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-burgundy-wla654mgby/product_257464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-livingston-collection-3-shelf-30-h-storage-bookcase-brown-oak-nanjn2522b3/product_24519002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-luna-contemporary-metal-dining-chair-silver-ch31270sil/product_1983149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-greta-5-88-x-8-63-academic-weekly-monthly-planner-plastic-cover-multicolor-136482-a25/product_24581526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-luxurious-vinyl-conference-chair-black-and-mahogany-bz105blk/product_200884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ivory-paper-co-davina-5-87-x-8-6-academic-weekly-monthly-planner-plastic-cover-cream-blue-146882/product_24581556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-madelyn-folding-table-33-5-x-33-5-black-jb2/product_1169110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-notebooks-8-5-x-10-5-wide-ruled-100-sheets-each-13505/product_24563476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-biobased-1-subject-notebooks-6-x-9-5-college-ruled-70-sheets-each-13360/product_1128573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-8-5-x-11-75-legal-pads-recycled-pink-paper-50-sheets-pad-3-pads-pack-74153/product_24558014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-16-x-20-black-frame-art/product_311971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-18-x-24-canvas-art/product_311973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-college-ruled-college-ruled-filler-paper-8-5-x-11-3-hole-punched-500-sheets-pack-83909/product_580507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-24-x-32-canvas-art/product_311974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-7-75-x-9-75-wide-ruled-50-sheets-green-roa77920/product_601626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jordy-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-149815/product_24581540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-9-75-x-7-5-100-sheets-blue-77261/product_24489851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mellie-round-aluminum-indoor-outdoor-bar-height-flip-up-table-tlh059a/product_1982657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-kachel-cool-5-x-8-weekly-monthly-planner-blue-pink-143942/product_24564242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-enviroshades-notepad-5-x-8-25-college-ruled-6-pack-74220/product_24132026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-metal-back-vinyl-restaurant-barstool-black-xudg697bbarbkv/product_201610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-lovely-11-x-8-75-academic-monthly-wall-calendar-pink-green-150157/product_24581592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-montego-round-umbrella-with-32-solar-led-lights-red-gmwlu22002bred/product_24597181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-ergonomic-mesh-swivel-low-back-task-office-chair-black-wa3074bkarm/product_130080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-armless-ergonomic-mesh-swivel-low-back-task-office-chair-blue-wa3074bl/product_130083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-pucker-5-x-8-academic-weekly-monthly-planner-plastic-cover-navy-146765/product_24581507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-peyton-white-11-x-8-75-academic-monthly-wall-calendar-107936-a25/product_24583729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-unruled-1-subject-notebooks-8-x-10-5-natural-kraft-12-case-85208cs/product_24598948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-16-x-24-canvas-art/product_317139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-recliner-and-ottoman-with-swiveling-mahogany-wood-base-brown-bt70222brnflair/product_1169312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-reception-set-white-bt353whlea/product_257501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-purple-hl0001pur/product_1983475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sanford-gifford-south-mountains-catskills-canvas-16x32-inches/product_246535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brush-sets-synthetic-set-of-5-255510001/product_2134636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-decosta-blue-8-5-x-11-academic-weekly-monthly-student-planner-plastic-cover-150459/product_24581577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-16-x-20-white-matted-mt0824-b1620mf/product_2085960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-enviroshades-steno-notebook-6-x-9-80-sheets-pad-gregg-ruled-recycled-gray-paper-4-books-pk-12274/product_2675900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-28-square-table-with-4-rattan-stack-chairs-black-tlh073sq037bk4/product_2548245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-28-round-table-with-4-rattan-stack-chairs-gray-tlh087rd037gy4/product_2548249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-mt0823-b1620bmf/product_2085963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-enterprise-7-x-9-academic-weekly-monthly-planner-plastic-cover-black-131982-a25/product_24583739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-x-8-5-wide-ruled-48-sheets-black-77333/product_814864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-new-leaf-1-subject-notebooks-9-x-11-college-ruled-70-sheets-multicolor-12-carton-10843cs/product_24598947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-contemporary-aluminum-dining-chair-gray-tlh017b/product_1983147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-indoor-outdoor-table-set-with-4-slat-back-chairs-27-5-aluminum-tlh28sq017bchr4/product_1982644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-linus-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-black-wla654mgbk/product_257461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-notebooks-8-5-x-10-5-wide-ruled-100-sheets-each-13505/product_24563476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-madelyn-folding-table-33-5-x-33-5-black-jb2/product_1169110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ivory-paper-co-davina-5-87-x-8-6-academic-weekly-monthly-planner-plastic-cover-cream-blue-146882/product_24581556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-greta-5-88-x-8-63-academic-weekly-monthly-planner-plastic-cover-multicolor-136482-a25/product_24581526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-luxurious-vinyl-conference-chair-black-and-mahogany-bz105blk/product_200884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-luna-contemporary-metal-dining-chair-silver-ch31270sil/product_1983149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-livingston-collection-3-shelf-30-h-storage-bookcase-brown-oak-nanjn2522b3/product_24519002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-linus-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-burgundy-wla654mgby/product_257464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-biobased-1-subject-notebooks-6-x-9-5-college-ruled-70-sheets-each-13360/product_1128573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-college-ruled-college-ruled-filler-paper-8-5-x-11-3-hole-punched-500-sheets-pack-83909/product_580507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-18-x-24-canvas-art/product_311973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-8-5-x-11-75-legal-pads-recycled-pink-paper-50-sheets-pad-3-pads-pack-74153/product_24558014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-16-x-20-black-frame-art/product_311971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-24-x-32-canvas-art/product_311974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-7-75-x-9-75-wide-ruled-50-sheets-green-roa77920/product_601626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-9-75-x-7-5-100-sheets-blue-77261/product_24489851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jordy-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-149815/product_24581540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mellie-round-aluminum-indoor-outdoor-bar-height-flip-up-table-tlh059a/product_1982657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-kachel-cool-5-x-8-weekly-monthly-planner-blue-pink-143942/product_24564242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-enviroshades-notepad-5-x-8-25-college-ruled-6-pack-74220/product_24132026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-metal-back-vinyl-restaurant-barstool-black-xudg697bbarbkv/product_201610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-lovely-11-x-8-75-academic-monthly-wall-calendar-pink-green-150157/product_24581592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-montego-round-umbrella-with-32-solar-led-lights-red-gmwlu22002bred/product_24597181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-armless-ergonomic-mesh-swivel-low-back-task-office-chair-blue-wa3074bl/product_130083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-ergonomic-mesh-swivel-low-back-task-office-chair-black-wa3074bkarm/product_130080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-pucker-5-x-8-academic-weekly-monthly-planner-plastic-cover-navy-146765/product_24581507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-peyton-white-11-x-8-75-academic-monthly-wall-calendar-107936-a25/product_24583729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roaring-spring-unruled-1-subject-notebooks-8-x-10-5-natural-kraft-12-case-85208cs/product_24598948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-16-x-24-canvas-art/product_317139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-purple-hl0001pur/product_1983475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sanford-gifford-south-mountains-catskills-canvas-16x32-inches/product_246535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brush-sets-synthetic-set-of-5-255510001/product_2134636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-splatter-dot-jade-5-x-8-academic-weekly-monthly-planner-plastic-cover-mint-gold-149044-a25/product_24583722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-mesh-mid-back-executive-office-chair/product_SS244801558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-splatter-dot-jade-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-mint-gold-149043-a25/product_24583766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-dots-22-x-17-academic-monthly-desk-pad-calendar-105496-a25/product_24583753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-spring-break-8-5-x-11-weekly-monthly-planner-multicolor-146354/product_24564285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-16-x-20-black-frame-art/product_821397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brushes-6-bristle-filbert-pack-of-6-pk6-255142006/product_24200368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-oma-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-go7194bbk/product_201031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-blue-stripe-8-5-x-11-academic-weekly-monthly-planner-white-blue-149846/product_24581525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-1012436b2500/product_24569479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-schultz-map-of-berlin-and-coelln-1688-canvas-art-6x19-inches/product_245184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-paulson-vinyl-swivel-mid-back-executive-office-chair-black-h8020/product_201065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-108607b20000/product_24569482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-color-block-pink-8-5-x-11-academic-weekly-monthly-planner-plastic-cover/product_24581504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-primrose-pink-11-x-8-75-academic-monthly-wall-calendar-149716/product_24581557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roblox-50-00-gift-card-email-delivery-1020024b5000/product_24569471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-beacons-reusable-stickers-whiteboard-notes-orange-bea-a4-k/product_24453237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-student-desk-grey-yuycy046/product_1240900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-schultz-map-of-berlin-and-coelln-1688-canvas-art-8x24-inches/product_245185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocelco-anti-fatigue-mat-30-x-20-black-mafm/product_2475068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-polyester-accent-chair-gray-fabric-qya08gy/product_24256900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-prince-indoor-outdoor-square-table-23-75-x-23-75-blue-ch3133029bl/product_1982324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-letter-lined/product_SS128245385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rebecca-leathersoft-swivel-high-back-executive-office-chair-white-go2192wh/product_2637276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-chromatic-8-5-x-11-academic-weekly-monthly-planner-poly-cover-multicolor-1715-905a-25/product_24579199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-dot-grid-ruled-32-pages-red-evr-l-rc-cbg-fr/product_24453243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-30-d-conference-table-laminate-walnut-mtm4830wltabf/product_24595279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seasons-change-by-michael-mullan-3-3-x-4-8-multi-panel-art-set-wap0123-p5-set/product_2080397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-30-d-conference-table-laminate-gray-oak-mtm6030ltgryabf/product_24595295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-eccolo-8-x-11-academic-weekly-monthly-planner-poly-cover-blue-ay25-401a/product_24579815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-30-d-conference-table-laminate-gray-oak-mtm6030ltgryubf/product_24595298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0832-b1114bmf/product_2081826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-flip-smart-notepad-6-x-8-8-lined-dot-grid-ruled-18-sheets-black-flp-e-rc-a-fr/product_24520230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-five-star-5-5-x-8-5-academic-weekly-monthly-customizable-planner-poly-cover-assorted-colors-caw451-00-25/product_24579192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-executive/product_SS151211329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-gray-oak-mtm7236ltgryubf/product_24595239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0833-b1620bmf/product_2085937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0832-w1620bmf/product_2085938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-5-5-x-8-5-weekly-monthly-student-planner-paper-cover-multicolor-ay24sm558501-cp/product_24587811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rochelle-fabric-swivel-high-back-executive-office-chair-gray-bt9022bk/product_257301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-smart-notebook-8-5-x-11-7-page-styles-42-pages-green-evrf-l-rc-ckg-fr/product_24492048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rowan-rectangular-3-piece-folding-bench-and-table-set-25-5-x-41-granite-white-dadycz103/product_1981961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-smart-notebook-8-5-x-11-7-page-styles-42-pages-maroon-evrf-l-rc-cmefr/product_24492046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-mini-reusable-smart-notepad-3-5-x-5-5-dot-grid-ruled-blue-48-pages-evr-m-rc-cdf-fr/product_24388710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-splatter-dot-jade-5-x-8-academic-weekly-monthly-planner-plastic-cover-mint-gold-149044-a25/product_24583722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-marble-8-5-x-11-academic-weekly-monthly-planner-paper-cover-gray-white/product_24579178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-pick-your-own-8-5-x-11-academic-weekly-monthly-planner-vinyl-cover-assorted-colors/product_24579184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-mesh-mid-back-executive-office-chair/product_SS244801558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-spring-break-8-5-x-11-weekly-monthly-planner-multicolor-146354/product_24564285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-splatter-dot-jade-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-mint-gold-149043-a25/product_24583766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-16-x-20-black-frame-art/product_821397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-dots-22-x-17-academic-monthly-desk-pad-calendar-105496-a25/product_24583753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brushes-6-bristle-filbert-pack-of-6-pk6-255142006/product_24200368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-oma-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-go7194bbk/product_201031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-blue-stripe-8-5-x-11-academic-weekly-monthly-planner-white-blue-149846/product_24581525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-paulson-vinyl-swivel-mid-back-executive-office-chair-black-h8020/product_201065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-schultz-map-of-berlin-and-coelln-1688-canvas-art-6x19-inches/product_245184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-1012436b2500/product_24569479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-108607b20000/product_24569482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-color-block-pink-8-5-x-11-academic-weekly-monthly-planner-plastic-cover/product_24581504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-primrose-pink-11-x-8-75-academic-monthly-wall-calendar-149716/product_24581557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roblox-50-00-gift-card-email-delivery-1020024b5000/product_24569471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-student-desk-grey-yuycy046/product_1240900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-beacons-reusable-stickers-whiteboard-notes-orange-bea-a4-k/product_24453237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-schultz-map-of-berlin-and-coelln-1688-canvas-art-8x24-inches/product_245185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocelco-anti-fatigue-mat-30-x-20-black-mafm/product_2475068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-polyester-accent-chair-gray-fabric-qya08gy/product_24256900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-prince-indoor-outdoor-square-table-23-75-x-23-75-blue-ch3133029bl/product_1982324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-letter-lined/product_SS128245385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rebecca-leathersoft-swivel-high-back-executive-office-chair-white-go2192wh/product_2637276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seasons-change-by-michael-mullan-3-3-x-4-8-multi-panel-art-set-wap0123-p5-set/product_2080397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-30-d-conference-table-laminate-walnut-mtm4830wltabf/product_24595279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-dot-grid-ruled-32-pages-red-evr-l-rc-cbg-fr/product_24453243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-chromatic-8-5-x-11-academic-weekly-monthly-planner-poly-cover-multicolor-1715-905a-25/product_24579199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-30-d-conference-table-laminate-gray-oak-mtm6030ltgryabf/product_24595295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-five-star-5-5-x-8-5-academic-weekly-monthly-customizable-planner-poly-cover-assorted-colors-caw451-00-25/product_24579192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0832-b1114bmf/product_2081826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-flip-smart-notepad-6-x-8-8-lined-dot-grid-ruled-18-sheets-black-flp-e-rc-a-fr/product_24520230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-30-d-conference-table-laminate-gray-oak-mtm6030ltgryubf/product_24595298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-eccolo-8-x-11-academic-weekly-monthly-planner-poly-cover-blue-ay25-401a/product_24579815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-executive/product_SS151211329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-gray-oak-mtm7236ltgryubf/product_24595239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0833-b1620bmf/product_2085937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-5-5-x-8-5-weekly-monthly-student-planner-paper-cover-multicolor-ay24sm558501-cp/product_24587811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rowan-rectangular-3-piece-folding-bench-and-table-set-25-5-x-41-granite-white-dadycz103/product_1981961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-smart-notebook-8-5-x-11-7-page-styles-42-pages-green-evrf-l-rc-ckg-fr/product_24492048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0832-w1620bmf/product_2085938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rochelle-fabric-swivel-high-back-executive-office-chair-gray-bt9022bk/product_257301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-mini-reusable-smart-notepad-3-5-x-5-5-dot-grid-ruled-blue-48-pages-evr-m-rc-cdf-fr/product_24388710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-smart-notebook-8-5-x-11-7-page-styles-42-pages-maroon-evrf-l-rc-cmefr/product_24492046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-marble-8-5-x-11-academic-weekly-monthly-planner-paper-cover-gray-white/product_24579178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-pick-your-own-8-5-x-11-academic-weekly-monthly-planner-vinyl-cover-assorted-colors/product_24579184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:47:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-sku-set/product_SS244523917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-scarborough-folding-table-60-5-x-60-5-white-dad154z/product_1982282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-16-x-24-canvas-art/product_821309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocstor-displayport-dvi-d-video-cable-y10c155-b1/product_IM12CR731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-37-x-24-academic-yearly-wet-erase-wall-calendar-reversible-white-blue-395-25/product_24588061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocstor-mini-displayport-vga-video-cable-y10c163-b1/product_IM12CR739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocstor-premier-micro-usb-to-usb-otg-host-adapter-m-f-6in-usb-adapter-for-tablet-pc-6/product_IM18J2874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-7-x-9-academic-weekly-monthly-planner-leatherette-cover-black-295532-25/product_24588056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-steel-mobile-computer-desk-white-nanjg06bwh/product_1240959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0549-b1620mf/product_2083411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-table-set-36-d-x-36-w-mahogany-rsrb1010-gg/product_130077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0809-c2232gg/product_2077260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocstor-rocpro-p33-8tb-external-usb-type-c-portable-hard-drive-space-grey-gp3616-01/product_IM1JL8581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0549-c2232gg/product_2080194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-2620-02-24/product_24562527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0809-c3047gg/product_2081356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iii-by-michael-tompsett-22-x-32-canvas-art-mt0648-c2232gg/product_2077360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-vinyl-stackable-side-reception-chair-black-bt5151vinyl/product_256954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0617-c3047gg/product_2076899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-granny-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-ii-by-michael-tompsett-12-x-19-canvas-art-mt0617-c1219gg/product_2079728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-fabric-stackable-side-reception-chair-navy-bt5151nvy/product_256951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0809-b1114bmf/product_2081887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0809-w1620bmf/product_2086004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-tractor-seat-stool-silver/product_201282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0833-b1114bmf/product_2081795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0833-c1219gg/product_2081624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rogue-walletguard-rfid-blocking-credit-card-sleeve-vault-style-walrfidpkgvault/product_1440274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0833-c1624gg/product_2077941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-mid-back-luxurious-conference-chair-with-casters-oxblood/product_200883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0832-c3047gg/product_2081214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-mid-back-luxurious-conference-chair-with-casters-blue/product_200882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roku-express-3930r-hd-streaming-device-with-high-speed-hdmi-cable-and-simple-remote-black/product_24420373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-black-go2240bk/product_2607257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-punch-studio-9-5-x-11-5-academic-monthly-planner-paper-cover-blue-multicolor-79142/product_24579477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-pink-go2240pk/product_2607254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-whitney-ergonomic-leathersoft-swivel-high-back-executive-office-chair-white-chrome-go2286hwh/product_2607251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-southworth-rustic-citrus-wreath-8-5-x-11-academic-weekly-monthly-planner-multicolor-91367/product_24579852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roku-ultra-4802r-streaming-media-player-black/product_24536426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-11-x-8-monthly-desk-wall-calendar-white-red-black-st60366-23/product_24576637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0869-b1620mf/product_2085828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-22-x-17-academic-monthly-desk-pad-calendar-gray-st59496-23/product_24576642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wood-reception-set-brown-bz105brn/product_200885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-60-flower-activity-table-height-adjustable-oak-xua60flroakta/product_130165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roll-untapped-core-18-x-500/product_614892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-65-half-moon-activity-table-height-adjustable-green-yuycx04moontbgn/product_130181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-7-x-9-academic-weekly-monthly-appointment-book-blue-st60360-23/product_24576645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-yellow-belt/product_171069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-23-625-x-47-25-height-adjustable-red-gray-yu060rectblrd/product_1240988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocketbook-sku-set/product_SS244523917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-scarborough-folding-table-60-5-x-60-5-white-dad154z/product_1982282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-16-x-24-canvas-art/product_821309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocstor-displayport-dvi-d-video-cable-y10c155-b1/product_IM12CR731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-37-x-24-academic-yearly-wet-erase-wall-calendar-reversible-white-blue-395-25/product_24588061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocstor-mini-displayport-vga-video-cable-y10c163-b1/product_IM12CR739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocstor-premier-micro-usb-to-usb-otg-host-adapter-m-f-6in-usb-adapter-for-tablet-pc-6/product_IM18J2874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-7-x-9-academic-weekly-monthly-planner-leatherette-cover-black-295532-25/product_24588056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-steel-mobile-computer-desk-white-nanjg06bwh/product_1240959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0549-b1620mf/product_2083411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0809-c2232gg/product_2077260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0549-c2232gg/product_2080194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rocstor-rocpro-p33-8tb-external-usb-type-c-portable-hard-drive-space-grey-gp3616-01/product_IM1JL8581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-2620-02-24/product_24562527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-table-set-36-d-x-36-w-mahogany-rsrb1010-gg/product_130077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iii-by-michael-tompsett-22-x-32-canvas-art-mt0648-c2232gg/product_2077360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-vinyl-stackable-side-reception-chair-black-bt5151vinyl/product_256954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0809-c3047gg/product_2081356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0617-c3047gg/product_2076899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-ii-by-michael-tompsett-12-x-19-canvas-art-mt0617-c1219gg/product_2079728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-granny-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-fabric-stackable-side-reception-chair-navy-bt5151nvy/product_256951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0809-b1114bmf/product_2081887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0833-b1114bmf/product_2081795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-tractor-seat-stool-silver/product_201282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0809-w1620bmf/product_2086004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0833-c1219gg/product_2081624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rogue-walletguard-rfid-blocking-credit-card-sleeve-vault-style-walrfidpkgvault/product_1440274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0833-c1624gg/product_2077941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-mid-back-luxurious-conference-chair-with-casters-oxblood/product_200883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0832-c3047gg/product_2081214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-mid-back-luxurious-conference-chair-with-casters-blue/product_200882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roku-express-3930r-hd-streaming-device-with-high-speed-hdmi-cable-and-simple-remote-black/product_24420373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-black-go2240bk/product_2607257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-punch-studio-9-5-x-11-5-academic-monthly-planner-paper-cover-blue-multicolor-79142/product_24579477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-pink-go2240pk/product_2607254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-whitney-ergonomic-leathersoft-swivel-high-back-executive-office-chair-white-chrome-go2286hwh/product_2607251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-southworth-rustic-citrus-wreath-8-5-x-11-academic-weekly-monthly-planner-multicolor-91367/product_24579852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roku-ultra-4802r-streaming-media-player-black/product_24536426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wood-reception-set-brown-bz105brn/product_200885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-60-flower-activity-table-height-adjustable-oak-xua60flroakta/product_130165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-11-x-8-monthly-desk-wall-calendar-white-red-black-st60366-23/product_24576637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-7-x-9-academic-weekly-monthly-appointment-book-blue-st60360-23/product_24576645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0869-b1620mf/product_2085828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-65-half-moon-activity-table-height-adjustable-green-yuycx04moontbgn/product_130181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roll-untapped-core-18-x-500/product_614892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-22-x-17-academic-monthly-desk-pad-calendar-gray-st59496-23/product_24576642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-yellow-belt/product_171069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-23-625-x-47-25-height-adjustable-red-gray-yu060rectblrd/product_1240988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-art-12-x-17-academic-monthly-wall-calendar-white-black-ay25-8512/product_24579731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-art-12-x-17-academic-monthly-wall-calendar-white-black-ay25-8512/product_24590115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-35-x-47-canvas-art/product_312007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-bibliophile-series-english-garden-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-second-pour-14-x-19-canvas-art/product_817696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-11-x-14-black-frame-art/product_33852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rolodex-nestable-jumbo-wire-mesh-pencil-holder-black-62557/product_901359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-11-x-14-wood-frame-art/product_33846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-caddy-with-6-cups-small-assorted-colors-pack-of-2-rom250-2/product_24504248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-large-plastic-utility-caddy-12-75-h-x-11-25-w-red-rom26002/product_139613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-18-x-16-x-2-kraft-25-bundle-18162/product_2301292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-checkmate-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-red-pack-of-3-rom72502-3/product_24504179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-floral-17-x-12-academic-monthly-desk-pad-calendar-ay25-8502/product_24590069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-every-day-s-a-holiday-22-x-17-academic-monthly-desk-pad-calendar-ay25-8200/product_24579733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-latch-pencil-case-blue-pack-of-12-rom60204-12/product_24497314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-16-x-20-white-matted-black-frame-ali1289-b1620mf/product_2083589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-floral-22-x-17-academic-monthly-desk-pad-calendar-ay25-8202/product_24590101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-16-x-24-canvas-art-ali1289-c1624gg/product_2083689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-funky-floral-6-5-x-8-academic-monthly-planner-paperboard-cover-multicolor-ay25-4204/product_24590077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-graph-paper-6-5-x-8-academic-monthly-planner-paperboard-cover-multicolor-ay25-4206/product_24590083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-latch-pencil-case-orange-pack-of-12-rom60209-12/product_24497319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flat-pile-lip-df-size/product_SS233271427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-mod-flowers-9-x-11-academic-monthly-planner-paperboard-cover-multicolor-ay25-4508/product_24590105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flat-pile-no-lip-df-size/product_SS233271428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flat-tyvek-envelope-7-5-x-10-5-white-100-case-tyf0710wh/product_947686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-22-x-32-canvas-art/product_33594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0448-b1114mf/product_2079388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-stowaway-5-letter-box-with-lid-red-pack-of-2-rom16002-2/product_24497437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0448-b1620mf/product_2085469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-products-pencil-box-grape-case-rom60226/product_139596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0449-c1219gg/product_2081347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flex-2-2-00-strength-flexible-reading-glasses-black-demi-e5028/product_24286343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flex-2-1-25-strength-flexible-reading-glasses-black-demi-e5028/product_24286771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-products-small-utility-caddy-9-1-4-orange/product_273965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-products-snap-plastic-pencil-cases-tangerine-12-pack-rom60227/product_138458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-september-impressions-24-x-32-canvas-art/product_313973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-september-song-16-x-24-canvas-art/product_313952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flex-seal-general-purpose-repair-tape-4-x-1-67-yds-black-tfsblkr0405/product_24420583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-vintage-professional-22-x-17-academic-monthly-desk-pad-calendar-ay25-8204/product_24590079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-letter-box-orange-5-rom16109/product_1625813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-white-lotus-series-byzantine-tile-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-no-lid-container-green-4-ea-bd/product_139654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-32-fl-oz-black-lfsblkr32/product_24420829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-art-12-x-17-academic-monthly-wall-calendar-white-black-ay25-8512/product_24579731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-septimus-scott-sunny-rhyl-canvas-art-18x24-inches/product_244919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-art-12-x-17-academic-monthly-wall-calendar-white-black-ay25-8512/product_24590115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serene-sunset-vermont-by-david-ayash-10-x-24-canvas-art-ma0641-c1024gg/product_2080930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-35-x-47-canvas-art/product_312007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-bibliophile-series-english-garden-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-second-pour-14-x-19-canvas-art/product_817696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-11-x-14-black-frame-art/product_33852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rolodex-nestable-jumbo-wire-mesh-pencil-holder-black-62557/product_901359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-11-x-14-wood-frame-art/product_33846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-caddy-with-6-cups-small-assorted-colors-pack-of-2-rom250-2/product_24504248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-18-x-16-x-2-kraft-25-bundle-18162/product_2301292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-large-plastic-utility-caddy-12-75-h-x-11-25-w-red-rom26002/product_139613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-checkmate-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-red-pack-of-3-rom72502-3/product_24504179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-floral-17-x-12-academic-monthly-desk-pad-calendar-ay25-8502/product_24590069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-every-day-s-a-holiday-22-x-17-academic-monthly-desk-pad-calendar-ay25-8200/product_24579733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-latch-pencil-case-blue-pack-of-12-rom60204-12/product_24497314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-16-x-20-white-matted-black-frame-ali1289-b1620mf/product_2083589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-floral-22-x-17-academic-monthly-desk-pad-calendar-ay25-8202/product_24590101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-16-x-24-canvas-art-ali1289-c1624gg/product_2083689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-funky-floral-6-5-x-8-academic-monthly-planner-paperboard-cover-multicolor-ay25-4204/product_24590077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-graph-paper-6-5-x-8-academic-monthly-planner-paperboard-cover-multicolor-ay25-4206/product_24590083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-latch-pencil-case-orange-pack-of-12-rom60209-12/product_24497319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flat-pile-lip-df-size/product_SS233271427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-mod-flowers-9-x-11-academic-monthly-planner-paperboard-cover-multicolor-ay25-4508/product_24590105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flat-pile-no-lip-df-size/product_SS233271428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flat-tyvek-envelope-7-5-x-10-5-white-100-case-tyf0710wh/product_947686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-22-x-32-canvas-art/product_33594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0448-b1114mf/product_2079388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-stowaway-5-letter-box-with-lid-red-pack-of-2-rom16002-2/product_24497437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0448-b1620mf/product_2085469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-products-pencil-box-grape-case-rom60226/product_139596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0449-c1219gg/product_2081347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flex-2-2-00-strength-flexible-reading-glasses-black-demi-e5028/product_24286343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flex-2-1-25-strength-flexible-reading-glasses-black-demi-e5028/product_24286771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-products-small-utility-caddy-9-1-4-orange/product_273965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-products-snap-plastic-pencil-cases-tangerine-12-pack-rom60227/product_138458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-white-lotus-series-byzantine-tile-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-letter-box-orange-5-rom16109/product_1625813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-vintage-professional-22-x-17-academic-monthly-desk-pad-calendar-ay25-8204/product_24590079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flex-seal-general-purpose-repair-tape-4-x-1-67-yds-black-tfsblkr0405/product_24420583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-september-song-16-x-24-canvas-art/product_313952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-september-impressions-24-x-32-canvas-art/product_313973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-no-lid-container-green-4-ea-bd/product_139654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-32-fl-oz-black-lfsblkr32/product_24420829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serene-sunset-vermont-by-david-ayash-10-x-24-canvas-art-ma0641-c1024gg/product_2080930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-septimus-scott-sunny-rhyl-canvas-art-18x24-inches/product_244919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:47:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:47:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serene-sunset-vermont-by-david-ayash-14-x-32-canvas-art-ma0641-c1432gg/product_2079304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-white-lotus-verde-fronds-6-x-8-academic-weekly-monthly-planner-paperboard-cover-green-white/product_24579728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-letter-box-13-5-h-x-10-75-w-plastic-bin-with-lid-green-rom16005/product_138938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexboot-series-cat5e-24awg-utp-ethernet-network-patch-cable-25ft-black/product_2505240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexboot-series-cat5e-24awg-utp-ethernet-network-patch-cable-3ft-black/product_2505543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-18-x-18-canvas-art/product_314288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-24-x-24-canvas-art/product_314289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexboot-series-cat5e-24awg-utp-ethernet-network-patch-cable-5ft-blue/product_2505527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-bold-and-botanical-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-47-sit-stand-desk-converter-black-m3b/product_24174412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-canyon-modern-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-48-w-adjustable-standing-desk-brown-ud5b-off/product_24501733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-poppy-piping-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-ppbd12-169/product_24582960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-son-14-x-19-canvas-stretched-art-print-190836011247/product_2575633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-avengers-gallery-art-contemporary-wall-mural-movies-tv-rmk11411m/product_24565492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-55-w-adjustable-standing-desk-white-e7wr5528w/product_24539034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-bless-this-home-peel-and-stick-wall-decal/product_203037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-for-seven-brothers-14-x-19-canvas-art/product_315502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-bees-and-botanicals-17-x-12-academic-monthly-desk-pad-calendar-47514/product_24593551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-cars-2-peel-and-stick-wall-decal-10-x-18/product_135694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-adjustable-standing-desk-black-walnut-black-e7bpro5528-bw/product_24588916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-adjustable-standing-desk-bamboo-white-e7wpro6030-lbzb/product_24588912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-classic-subway-sticktiles-peel-and-stick-backsplashes-traditional-decals-decorative-4-pack-til3459flt/product_24425291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-adjustable-standing-desk-black-walnut-black-e7bpro6030-bw/product_24588915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-w1114mf-the-aqua-vase-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-celestial-3-5-x-6-5-academic-weekly-monthly-planner-paper-cover-black-gold-47675/product_24593564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-w1620mf-the-aqua-vase-by-sheila-golden-16-x-20-framed-art-wht-mtd/product_1553578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-colorful-primary-numbers-peel-and-stick-wall-decal-10-x-18/product_135563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-72-w-adjustable-standing-desk-bamboo-white-e7wpro7230-lbzb/product_24588911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-78-w-adjustable-standing-desk-bamboo-black-e7bpro7830lbzb/product_24588910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c1419gg-purple-blooms-in-sunlight-by-sheila-golden-19-x-14-frmls-art/product_1552437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-78-w-adjustable-standing-desk-bamboo-white-e7wpro7830lbzb/product_24588917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cute-as-a-kitten-3-5-x-6-5-monthly-planner-multicolor-38475/product_24561023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c3547gg-purple-blooms-in-sunlight-by-sheila-golden-47-x-35-frmls-art/product_1552035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-w1620mf-purple-blooms-in-sunlight-by-sheila-golden-20x16-frm-art-wht-mtd/product_1553509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-disney-princess-castle-peel-and-stick-giant-wall-decal-with-glitter-18-x-40-9-x-40/product_135736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1114mf-red-flower-shadows-by-sheila-golden-14-x-11-frm-art-wht-mtd/product_1551935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-floral-punch-3-5-x-6-5-monthly-planner-multicolor-38499/product_24561093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-floral-punch-3-5-x-6-5-monthly-planner-multicolor-38499/product_24588657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-c1824gg-red-flower-shadows-by-sheila-golden-24-x-18-frameless-art/product_1550955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-32-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-32b/product_24592395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-honeybee-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47446/product_24593576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-honeybee-3-5-x-6-5-academic-weekly-monthly-planner-paper-cover-multicolor-47705/product_24593591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-motorized-alcoveriser-em7-40-w-rectangular-adjustable-standing-desk-converter-black-em7l/product_24589756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-1-ply-corrugated-dry-erase-board-header-white-24-carton-30142-24/product_24575860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c2432gg-vase-with-yellow-flowers-by-sheila-golden-32-x-24-frmls-art/product_1552484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-12-piece-tow-sided-dry-erase-board-set-multi-grade-35454/product_24473798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-paris-8-5-x-11-academic-weekly-monthly-planner-paper-cover-kraft-black-47583/product_24593587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-hanging-vine-watercolor-peel-and-stick-wall-decal-9-x-40/product_466178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-happi-animal-alphabet-dena-designs-peel-and-stick-wall-decal/product_277211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serene-sunset-vermont-by-david-ayash-14-x-32-canvas-art-ma0641-c1432gg/product_2079304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-harry-potter-signs-contemporary-wall-decal-set-movies-tv-rmk3778scs/product_24565478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-c1824gg-mystic-garden-by-sheila-golden-18-x-24-frameless-art/product_1550958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-puppy-love-3-5-x-6-5-monthly-planner-multicolor-38550/product_24588678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-white-lotus-verde-fronds-6-x-8-academic-weekly-monthly-planner-paperboard-cover-green-white/product_24579728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-letter-box-13-5-h-x-10-75-w-plastic-bin-with-lid-green-rom16005/product_138938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexboot-series-cat5e-24awg-utp-ethernet-network-patch-cable-25ft-black/product_2505240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexboot-series-cat5e-24awg-utp-ethernet-network-patch-cable-3ft-black/product_2505543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-18-x-18-canvas-art/product_314288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexboot-series-cat5e-24awg-utp-ethernet-network-patch-cable-5ft-blue/product_2505527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-24-x-24-canvas-art/product_314289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-bold-and-botanical-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-47-sit-stand-desk-converter-black-m3b/product_24174412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-canyon-modern-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-48-w-adjustable-standing-desk-brown-ud5b-off/product_24501733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-poppy-piping-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-ppbd12-169/product_24582960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-avengers-gallery-art-contemporary-wall-mural-movies-tv-rmk11411m/product_24565492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-son-14-x-19-canvas-stretched-art-print-190836011247/product_2575633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-55-w-adjustable-standing-desk-white-e7wr5528w/product_24539034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-bless-this-home-peel-and-stick-wall-decal/product_203037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-for-seven-brothers-14-x-19-canvas-art/product_315502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-bees-and-botanicals-17-x-12-academic-monthly-desk-pad-calendar-47514/product_24593551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-cars-2-peel-and-stick-wall-decal-10-x-18/product_135694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-adjustable-standing-desk-black-walnut-black-e7bpro5528-bw/product_24588916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-adjustable-standing-desk-bamboo-white-e7wpro6030-lbzb/product_24588912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-classic-subway-sticktiles-peel-and-stick-backsplashes-traditional-decals-decorative-4-pack-til3459flt/product_24425291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-60-w-adjustable-standing-desk-black-walnut-black-e7bpro6030-bw/product_24588915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-w1114mf-the-aqua-vase-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-celestial-3-5-x-6-5-academic-weekly-monthly-planner-paper-cover-black-gold-47675/product_24593564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-w1620mf-the-aqua-vase-by-sheila-golden-16-x-20-framed-art-wht-mtd/product_1553578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-colorful-primary-numbers-peel-and-stick-wall-decal-10-x-18/product_135563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-72-w-adjustable-standing-desk-bamboo-white-e7wpro7230-lbzb/product_24588911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-78-w-adjustable-standing-desk-bamboo-black-e7bpro7830lbzb/product_24588910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c1419gg-purple-blooms-in-sunlight-by-sheila-golden-19-x-14-frmls-art/product_1552437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-78-w-adjustable-standing-desk-bamboo-white-e7wpro7830lbzb/product_24588917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c3547gg-purple-blooms-in-sunlight-by-sheila-golden-47-x-35-frmls-art/product_1552035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cute-as-a-kitten-3-5-x-6-5-monthly-planner-multicolor-38475/product_24561023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-disney-princess-castle-peel-and-stick-giant-wall-decal-with-glitter-18-x-40-9-x-40/product_135736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-w1620mf-purple-blooms-in-sunlight-by-sheila-golden-20x16-frm-art-wht-mtd/product_1553509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1114mf-red-flower-shadows-by-sheila-golden-14-x-11-frm-art-wht-mtd/product_1551935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-floral-punch-3-5-x-6-5-monthly-planner-multicolor-38499/product_24561093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-floral-punch-3-5-x-6-5-monthly-planner-multicolor-38499/product_24588657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-c1824gg-red-flower-shadows-by-sheila-golden-24-x-18-frameless-art/product_1550955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-honeybee-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47446/product_24593576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-32-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-32b/product_24592395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flexispot-motorized-alcoveriser-em7-40-w-rectangular-adjustable-standing-desk-converter-black-em7l/product_24589756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-honeybee-3-5-x-6-5-academic-weekly-monthly-planner-paper-cover-multicolor-47705/product_24593591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-1-ply-corrugated-dry-erase-board-header-white-24-carton-30142-24/product_24575860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c2432gg-vase-with-yellow-flowers-by-sheila-golden-32-x-24-frmls-art/product_1552484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-12-piece-tow-sided-dry-erase-board-set-multi-grade-35454/product_24473798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-paris-8-5-x-11-academic-weekly-monthly-planner-paper-cover-kraft-black-47583/product_24593587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-hanging-vine-watercolor-peel-and-stick-wall-decal-9-x-40/product_466178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-happi-animal-alphabet-dena-designs-peel-and-stick-wall-decal/product_277211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-c1824gg-mystic-garden-by-sheila-golden-18-x-24-frameless-art/product_1550958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-harry-potter-signs-contemporary-wall-decal-set-movies-tv-rmk3778scs/product_24565478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-puppy-love-3-5-x-6-5-monthly-planner-multicolor-38550/product_24588678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-44-qt-storage-tote-green-4-pack-40152/product_24575844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-map-of-the-world-contemporary-wall-decal-geography-rmk4285gm/product_24565470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-starry-night-3-5-x-6-5-monthly-planner-black-gold-38574/product_24561057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-starry-night-3-5-x-6-5-monthly-planner-black-gold-38574/product_24588663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-8-5-x-11-sketch-book-14-sheets-12-pack-bk812/product_24473788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-c2432gg-orange-reflection-by-sheila-golden-32-x-24-frameless-art/product_1552490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-c3547gg-orange-reflection-by-sheila-golden-47-x-35-frameless-art/product_1552036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-tropical-summer-3-5-x-6-5-monthly-planner-multicolor-39335/product_24588653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-w1620mf-orange-reflection-by-sheila-golden-20-x-16-framed-art-wht-mtd/product_1553511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-mickey-mouse-clubhouse-capers-peel-and-stick-wall-decal/product_1236079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5706-c1824gg-geraniums-against-yellow-by-sheila-golden-24-x-18-frmls-art/product_1550959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-children-s-wall-decal-set-cartoons-rmk3579scs/product_24565489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2026-blue-sky-ivory-paper-co-daviana-3-63-x-6-13-academic-monthly-planner-cream-blue-146890/product_24581517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-b1616mf-a-poppy-moment-by-sheila-golden-16-x-16-framed-art-wht-mtd/product_1551476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-monsters-inc-peel-and-stick-wall-decal/product_135797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-c-flute-corrugated-sheet-40-x-32-brown-10-carton-32405-10/product_24575895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-minnie-mouse-peel-stick-giant-wall-decal-18-x-40-and-9-x-40-rmk1509gm/product_135788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2026-cambridge-workstyle-mellow-frost-3-5-x-6-25-academic-monthly-planner-paper-cover-teal-gold-1606-021a-46-25/product_24579204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2026-willow-creek-abstract-party-3-5-x-6-5-academic-monthly-planner-paper-cover-multicolor-46258/product_24580119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-painterly-peel-and-stick-ivy-wall-decal-9-x-40/product_465783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-children-s-decals-geography-33-pack-rmk4021gm/product_24425322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-chalkboard-9-5-x-12-black-pack-of-6-flp10200-6/product_24509373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-b1616bmf-mixed-blue-bouquet-by-sheila-golden-16-x-16-frm-art-blk-mtd/product_1551466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-pearl-hexagon-sticktiles-peel-and-stick-backsplashes-contemporary-decals-shapes-4-pack-til3458flt/product_24425299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-child-s-double-dry-wet-erase-easel-44-white-green-red-wood-assorted-materials-17307/product_24473783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2028-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-2625-02-24/product_24562519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c1414gg-mixed-blue-bouquet-by-sheila-golden-14-x-14-frameless-art/product_1552386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-weekly-planner-refill-white-brown-491-285-24/product_24548793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-cork-board-36-x-24-brown-2-carton-37024-2/product_24575937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-decorative-16-pack-rmk4043gm/product_24425298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-monthly-wall-calendar-with-jacket-sk8-00-24/product_24549057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-17-monthly-wall-calendar-pm2-28-24/product_24549148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-cork-bulletin-board-36-x-48-10099/product_24575873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-17-25-x-11-monthly-desk-pad-calendar-white-black-sk14-00-24/product_24549058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-w1114mf-sweet-memory-by-sheila-golden-14-x-11-framed-art-white-matted/product_1551929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-w1620mf-sweet-memory-by-sheila-golden-20-x-16-framed-art-white-matted/product_1553503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-blue-gray-sw200-00-24/product_24549104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-white-black-sk22-00-24/product_24549120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-pj-masks-children-s-wall-decal-set-cartoons-rmk3586scs/product_24565494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-pokemon-favorite-character-children-s-wall-decal-set-cartoons-rmk4150scs/product_24565488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-22-x-17-monthly-desk-pad-calendar-slate-blue-89701-24/product_24549103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-b1616mf-floral-expressions-by-sheila-golden-16-x-16-frm-art-wht-mtd/product_1551488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-28-x-40-white-18-carton-30028-18/product_24575896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-poppies-at-play-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_136125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-12-three-month-wall-calendar-pm14-28-24/product_24549126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-pumpkin-faces-contemporary-wall-decal-set-holiday-rmk4691scs/product_24565501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-scroll-branch-foil-leaves-peel-and-stick-wall-decal-10-x-18-4-1-2-x-10/product_136105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-3-x-4-red-24-carton-30069-24/product_24575888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-44-qt-storage-tote-green-4-pack-40152/product_24575844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-map-of-the-world-contemporary-wall-decal-geography-rmk4285gm/product_24565470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-starry-night-3-5-x-6-5-monthly-planner-black-gold-38574/product_24561057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-starry-night-3-5-x-6-5-monthly-planner-black-gold-38574/product_24588663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-c2432gg-orange-reflection-by-sheila-golden-32-x-24-frameless-art/product_1552490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-tropical-summer-3-5-x-6-5-monthly-planner-multicolor-39335/product_24588653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-8-5-x-11-sketch-book-14-sheets-12-pack-bk812/product_24473788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-c3547gg-orange-reflection-by-sheila-golden-47-x-35-frameless-art/product_1552036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-w1620mf-orange-reflection-by-sheila-golden-20-x-16-framed-art-wht-mtd/product_1553511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5706-c1824gg-geraniums-against-yellow-by-sheila-golden-24-x-18-frmls-art/product_1550959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-mickey-mouse-clubhouse-capers-peel-and-stick-wall-decal/product_1236079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-children-s-wall-decal-set-cartoons-rmk3579scs/product_24565489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-b1616mf-a-poppy-moment-by-sheila-golden-16-x-16-framed-art-wht-mtd/product_1551476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2026-blue-sky-ivory-paper-co-daviana-3-63-x-6-13-academic-monthly-planner-cream-blue-146890/product_24581517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-monsters-inc-peel-and-stick-wall-decal/product_135797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-minnie-mouse-peel-stick-giant-wall-decal-18-x-40-and-9-x-40-rmk1509gm/product_135788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2026-cambridge-workstyle-mellow-frost-3-5-x-6-25-academic-monthly-planner-paper-cover-teal-gold-1606-021a-46-25/product_24579204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2026-willow-creek-abstract-party-3-5-x-6-5-academic-monthly-planner-paper-cover-multicolor-46258/product_24580119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-c-flute-corrugated-sheet-40-x-32-brown-10-carton-32405-10/product_24575895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-painterly-peel-and-stick-ivy-wall-decal-9-x-40/product_465783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-chalkboard-9-5-x-12-black-pack-of-6-flp10200-6/product_24509373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-b1616bmf-mixed-blue-bouquet-by-sheila-golden-16-x-16-frm-art-blk-mtd/product_1551466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-children-s-decals-geography-33-pack-rmk4021gm/product_24425322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-2028-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-2625-02-24/product_24562519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-child-s-double-dry-wet-erase-easel-44-white-green-red-wood-assorted-materials-17307/product_24473783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-pearl-hexagon-sticktiles-peel-and-stick-backsplashes-contemporary-decals-shapes-4-pack-til3458flt/product_24425299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c1414gg-mixed-blue-bouquet-by-sheila-golden-14-x-14-frameless-art/product_1552386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-weekly-planner-refill-white-brown-491-285-24/product_24548793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-cork-board-36-x-24-brown-2-carton-37024-2/product_24575937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-decorative-16-pack-rmk4043gm/product_24425298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-monthly-wall-calendar-with-jacket-sk8-00-24/product_24549057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-17-monthly-wall-calendar-pm2-28-24/product_24549148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-cork-bulletin-board-36-x-48-10099/product_24575873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-17-25-x-11-monthly-desk-pad-calendar-white-black-sk14-00-24/product_24549058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-w1114mf-sweet-memory-by-sheila-golden-14-x-11-framed-art-white-matted/product_1551929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-w1620mf-sweet-memory-by-sheila-golden-20-x-16-framed-art-white-matted/product_1553503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-blue-gray-sw200-00-24/product_24549104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-white-black-sk22-00-24/product_24549120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-pj-masks-children-s-wall-decal-set-cartoons-rmk3586scs/product_24565494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-pokemon-favorite-character-children-s-wall-decal-set-cartoons-rmk4150scs/product_24565488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-b1616mf-floral-expressions-by-sheila-golden-16-x-16-frm-art-wht-mtd/product_1551488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-22-x-17-monthly-desk-pad-calendar-slate-blue-89701-24/product_24549103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-28-x-40-white-18-carton-30028-18/product_24575896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-poppies-at-play-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_136125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-12-three-month-wall-calendar-pm14-28-24/product_24549126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-pumpkin-faces-contemporary-wall-decal-set-holiday-rmk4691scs/product_24565501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-scroll-branch-foil-leaves-peel-and-stick-wall-decal-10-x-18-4-1-2-x-10/product_136105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-3-x-4-red-24-carton-30069-24/product_24575888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1111bmf-early-june-bouquet-by-sheila-golden-11-x-11-frm-art-blk-mtd/product_1552249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-36-yearly-wet-erase-wall-calendar-reversible-blue-pm200p-28-24/product_24548784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-scroll-dry-erase-calendar-peel-stick-giant-wall-decal-white/product_466199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1616bmf-early-june-bouquet-by-sheila-golden-16-x-16-frm-art-blk-mtd/product_1551640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-scroll-tree-peel-and-stick-mega-pack-wall-decal-27-x-40-18-x-40/product_135642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-25-x-6-5-weekly-appointment-book-black-70-008-05-24/product_24559825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-silver-dollar-branch-peel-and-stick-giant-wall-decal-18-x-40/product_136129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-skeleton-contemporary-wall-decal-set-holiday-rmk4689gm/product_24565496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-5-x-6-monthly-planner-black-70-064-05-24/product_24548776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-skull-wall-decal-set-holiday-rmk5086gm/product_24565487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-75-x-3-daily-desk-calendar-refill-white-black-e919-50-24/product_24549166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-c3535gg-early-june-bouquet-by-sheila-golden-35-x-35-frameless-art/product_1554105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-small-gerber-daisies-peel-and-stick-wall-decal-10-x-18/product_136130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-deluxe-dry-erase-whiteboard-33-x-24-4-per-carton-30504-4/product_24575916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-dry-erase-wall-calendar-reversible-blue-gray-a1102-24/product_24549108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-b1114mf-amid-sunflowers-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-answer-paddle-9-x-5-2-bd/product_139978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-b1620bmf-amid-sunflowers-by-sheila-golden-16-x-20-framed-art-blk-mtd/product_1551460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-spring-blossom-tree-peel-and-stick-giant-wall-decal-18-x-40/product_136131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-blue-pm200-28-24/product_24549098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-blueprint-contemporary-wallpaper-movies-tv-rmk11036wp/product_24565486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-red-blue-pm26-28-24/product_24549156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-dry-erase-wall-calendar-reversible-blue-gray-a1152-24/product_24549155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-chalkboard-marquee-easel-42-white-black-stained-wood-31210/product_24473846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shabby-flowers-still-life-by-patty-tuggle-canvas-art/product_254341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5714-c1824gg-wildflowers-against-the-sky-by-sheila-golden-24-x-18-frmls-art/product_1550952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-transportation-peel-and-stick-wall-decal-10-x-18/product_135605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-11-x-14-wood-frame-art/product_496951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-6-x-3-5-daily-desk-calendar-refill-multicolor-e017-50-24/product_24549145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-under-the-sea-peel-and-stick-wall-decal-10-x-18/product_135611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-16-x-20-wood-frame-art/product_493099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-sticky-notes-3-x-3-12-pack-2-packs-box-95533/product_24575851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-11-x-14-wood-frame-art/product_315088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-25-x-11-weekly-appointment-book-black-70-950-05-24/product_24548829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roots-73-executive-polyurethane-padfolio-black-rq7911/product_24454342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roots-slim-snap-polyurethane-portfolio-brandy-combo-rq10pf-16t/product_24454347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-daily-monthly-refill-pages-white-brown-481-225-24/product_24548812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rotating-desktop-tablet-stand-black/product_1416616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-monthly-planner-refill-white-brown-061-685-24/product_24548781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-she-only-comes-out-at-night-by-kurt-shaffer-16-x-24-canvas-art-ks01087-c1624gg/product_2081055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/round-stic-xtra-life-medium-point-1-0mm/product_SS240148878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-x-10-monthly-planner-black-70-130-05-24/product_24549176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:48:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roxio-easy-cd-dvd-burning-2-for-1-user-windows-download-esdrecdb2ml/product_24577291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0755-b1620mf/product_2086161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-flannel-dry-erase-board-18-x-24-30050/product_932689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roxio-toast-20-titanium-for-1-user-mac-os-x-download-esdrto20timacml/product_24577312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-520dx-cash-register-black/product_24472689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-15-x-12-monthly-wall-calendar-white-black-pm8x-28-24/product_24549151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-alpha-580-purple-cash-register-ribbon-013019-2-pack/product_383605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-16-x-20-white-25-pack-16200-25/product_24576842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0526-b1114mf/product_2082772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1111bmf-early-june-bouquet-by-sheila-golden-11-x-11-frm-art-blk-mtd/product_1552249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-36-yearly-wet-erase-wall-calendar-reversible-blue-pm200p-28-24/product_24548784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-scroll-dry-erase-calendar-peel-stick-giant-wall-decal-white/product_466199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1616bmf-early-june-bouquet-by-sheila-golden-16-x-16-frm-art-blk-mtd/product_1551640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-scroll-tree-peel-and-stick-mega-pack-wall-decal-27-x-40-18-x-40/product_135642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-25-x-6-5-weekly-appointment-book-black-70-008-05-24/product_24559825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-silver-dollar-branch-peel-and-stick-giant-wall-decal-18-x-40/product_136129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-skeleton-contemporary-wall-decal-set-holiday-rmk4689gm/product_24565496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-5-x-6-monthly-planner-black-70-064-05-24/product_24548776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-skull-wall-decal-set-holiday-rmk5086gm/product_24565487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-75-x-3-daily-desk-calendar-refill-white-black-e919-50-24/product_24549166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-small-gerber-daisies-peel-and-stick-wall-decal-10-x-18/product_136130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-c3535gg-early-june-bouquet-by-sheila-golden-35-x-35-frameless-art/product_1554105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-deluxe-dry-erase-whiteboard-33-x-24-4-per-carton-30504-4/product_24575916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-dry-erase-wall-calendar-reversible-blue-gray-a1102-24/product_24549108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-b1114mf-amid-sunflowers-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-answer-paddle-9-x-5-2-bd/product_139978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-b1620bmf-amid-sunflowers-by-sheila-golden-16-x-20-framed-art-blk-mtd/product_1551460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-blue-pm200-28-24/product_24549098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-spring-blossom-tree-peel-and-stick-giant-wall-decal-18-x-40/product_136131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-blueprint-contemporary-wallpaper-movies-tv-rmk11036wp/product_24565486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-red-blue-pm26-28-24/product_24549156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-dry-erase-wall-calendar-reversible-blue-gray-a1152-24/product_24549155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-chalkboard-marquee-easel-42-white-black-stained-wood-31210/product_24473846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shabby-flowers-still-life-by-patty-tuggle-canvas-art/product_254341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5714-c1824gg-wildflowers-against-the-sky-by-sheila-golden-24-x-18-frmls-art/product_1550952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-transportation-peel-and-stick-wall-decal-10-x-18/product_135605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-11-x-14-wood-frame-art/product_496951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-6-x-3-5-daily-desk-calendar-refill-multicolor-e017-50-24/product_24549145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roommates-under-the-sea-peel-and-stick-wall-decal-10-x-18/product_135611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-16-x-20-wood-frame-art/product_493099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-sticky-notes-3-x-3-12-pack-2-packs-box-95533/product_24575851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-11-x-14-wood-frame-art/product_315088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-25-x-11-weekly-appointment-book-black-70-950-05-24/product_24548829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roots-73-executive-polyurethane-padfolio-black-rq7911/product_24454342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roots-slim-snap-polyurethane-portfolio-brandy-combo-rq10pf-16t/product_24454347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-daily-monthly-refill-pages-white-brown-481-225-24/product_24548812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rotating-desktop-tablet-stand-black/product_1416616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-monthly-planner-refill-white-brown-061-685-24/product_24548781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-she-only-comes-out-at-night-by-kurt-shaffer-16-x-24-canvas-art-ks01087-c1624gg/product_2081055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/round-stic-xtra-life-medium-point-1-0mm/product_SS240148878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-x-10-monthly-planner-black-70-130-05-24/product_24549176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roxio-easy-cd-dvd-burning-2-for-1-user-windows-download-esdrecdb2ml/product_24577291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0755-b1620mf/product_2086161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-flannel-dry-erase-board-18-x-24-30050/product_932689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roxio-toast-20-titanium-for-1-user-mac-os-x-download-esdrto20timacml/product_24577312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-520dx-cash-register-black/product_24472689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-15-x-12-monthly-wall-calendar-white-black-pm8x-28-24/product_24549151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-alpha-580-purple-cash-register-ribbon-013019-2-pack/product_383605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-16-x-20-white-25-pack-16200-25/product_24576842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0526-b1114mf/product_2082772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-faux-leather-cover-charcoal-70-950x-45-24/product_24549170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-mini-engraving-art-kits-sea-horses-silver-pack-of-6-6pk-silmin-101/product_2129654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-24-x-36-white-25-pack-24360-25/product_24576847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0526-b1620mf/product_2083512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-9-x-11-monthly-planner-charcoal-70-260x-45-24/product_24549088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0535-b1114mf/product_2082745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-32-x-40-black-10-carton-32408-10/product_24575872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-3-5-x-6-monthly-planner-faux-leather-cover-black-sk53-00-24/product_24548770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-0-round-pack-of-6-pk6-r4200r-0/product_24198971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-3-5-x-6-weekly-appointment-book-black-g250-00-24/product_24548820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foam-display-board-20-x-30-assorted-primary-colors-10-pack-flp2032010/product_1610230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foam-display-board-30-x-20-black-25-carton-20308-25/product_24575933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-1-liner-pack-of-6-pk6-r4200l-1/product_24202267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-10-0-angular-shader-pack-of-6-pk6-r4200aw-10-0/product_24200762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-5-x-8-weekly-appointment-book-planner-black-g200-00-24/product_24549150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-blue-carnation-canvas-art-24x32-inches/product_254861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-12-0-round-pack-of-6-pk6-r4200r-12-0/product_24200728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-blues-ii-canvas-art-24x32-inches/product_254864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-monogram-pack-of-6-pk6-r4200m-20-0/product_24200722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-8-5-x-11-weekly-monthly-planner-poly-cover-gray-gc545-07-24/product_24548814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foldable-cardboard-freestanding-computer-privacy-screen-w-pass-through-window-23-h-x-70-w-black-24-pack-61861/product_24575840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-shader-pack-of-6-pk6-r4200s-20-0/product_24198831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-spotter-pack-of-6-pk6-r4200sp-20-0/product_24201846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-3-0-round-pack-of-6-pk6-r4200r-3-0/product_24202280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-brites-2-cool-colors-poster-boards-assorted-14-x-22/product_619712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-camelia-blush-canvas-art-35x47-inches/product_255075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-premiere-7-x-8-5-monthly-planner-black-g400h-00-24/product_24549172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-cat-and-pink-flowers-canvas-art/product_254914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-cobalt-vase-gallery-wrapped-canvas-art-24x32-inches/product_255022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-executive-21-75-x-17-monthly-desk-pad-calendar-ht1500-24/product_24549142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-brites-poster-board-2-5-x-2-multicolor-25-case-24758/product_24439535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-brites-ultra-foam-display-board-3-x-2-white-26980/product_24439526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-honor-roll-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va512-5/product_24575909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-dry-erase-calendar-board-24-x-36-flp17303/product_24322613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-journal-8-5-x-11-white-blank-28-pages-24-set-flpbk524/product_24322637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-sunflowrs-canvas-art-14x19-inches/product_254854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-sunflowrs-canvas-art-35x47-inches/product_254857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-dry-erase-whiteboard-set-9-x-12-12-pack-31004/product_24473881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-nylon-portfolio-case-black-rbind-1114us/product_2625363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-move-a-page-8-75-x-11-weekly-monthly-appointment-book-black-70-950e-05-24/product_24549064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-scholastic-value-pack-assorted-brushes-25-pack-rart-19/product_2796117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-assorted-brushes-15-pack-rart-15/product_2796119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-panoramic-landscape-22-x-17-monthly-desk-pad-calendar-89802-24/product_24549110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-pink-flowers-watercolor-canvas-art/product_254916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-postal-tote-lid-rectangular-translucent-white-4-pack-40202/product_24575943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-premium-47-study-carrel-blue-24-pack-19272-24/product_24473791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-premium-polypropylene-presentation-board-3-x-4-black-10-pack-30072-10/product_24473786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-17-75-x-11-monthly-desk-pad-calendar-blue-yellow-sk710-00-24/product_24549077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-22-x-17-monthly-desk-pad-calendar-sk0312-00-24/product_24549093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-red-blossoms-canvas-art-18x24-inches/product_255001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-preschool-easel-40-multicolor-hardboard-17314/product_24575891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-red-blossoms-canvas-art-24x32-inches/product_255002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-faux-leather-cover-charcoal-70-950x-45-24/product_24549170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-mini-engraving-art-kits-sea-horses-silver-pack-of-6-6pk-silmin-101/product_2129654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-24-x-36-white-25-pack-24360-25/product_24576847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0526-b1620mf/product_2083512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-9-x-11-monthly-planner-charcoal-70-260x-45-24/product_24549088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0535-b1114mf/product_2082745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-32-x-40-black-10-carton-32408-10/product_24575872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-3-5-x-6-monthly-planner-faux-leather-cover-black-sk53-00-24/product_24548770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-0-round-pack-of-6-pk6-r4200r-0/product_24198971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-3-5-x-6-weekly-appointment-book-black-g250-00-24/product_24548820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foam-display-board-20-x-30-assorted-primary-colors-10-pack-flp2032010/product_1610230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foam-display-board-30-x-20-black-25-carton-20308-25/product_24575933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-1-liner-pack-of-6-pk6-r4200l-1/product_24202267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-10-0-angular-shader-pack-of-6-pk6-r4200aw-10-0/product_24200762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-5-x-8-weekly-appointment-book-planner-black-g200-00-24/product_24549150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-blue-carnation-canvas-art-24x32-inches/product_254861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-12-0-round-pack-of-6-pk6-r4200r-12-0/product_24200728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-blues-ii-canvas-art-24x32-inches/product_254864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-monogram-pack-of-6-pk6-r4200m-20-0/product_24200722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-8-5-x-11-weekly-monthly-planner-poly-cover-gray-gc545-07-24/product_24548814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-foldable-cardboard-freestanding-computer-privacy-screen-w-pass-through-window-23-h-x-70-w-black-24-pack-61861/product_24575840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-shader-pack-of-6-pk6-r4200s-20-0/product_24198831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-spotter-pack-of-6-pk6-r4200sp-20-0/product_24201846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-3-0-round-pack-of-6-pk6-r4200r-3-0/product_24202280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-brites-2-cool-colors-poster-boards-assorted-14-x-22/product_619712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-camelia-blush-canvas-art-35x47-inches/product_255075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-premiere-7-x-8-5-monthly-planner-black-g400h-00-24/product_24549172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-cat-and-pink-flowers-canvas-art/product_254914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-cobalt-vase-gallery-wrapped-canvas-art-24x32-inches/product_255022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-executive-21-75-x-17-monthly-desk-pad-calendar-ht1500-24/product_24549142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-brites-poster-board-2-5-x-2-multicolor-25-case-24758/product_24439535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-honor-roll-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va512-5/product_24575909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-brites-ultra-foam-display-board-3-x-2-white-26980/product_24439526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-dry-erase-calendar-board-24-x-36-flp17303/product_24322613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-journal-8-5-x-11-white-blank-28-pages-24-set-flpbk524/product_24322637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-sunflowrs-canvas-art-14x19-inches/product_254854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-sunflowrs-canvas-art-35x47-inches/product_254857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-dry-erase-whiteboard-set-9-x-12-12-pack-31004/product_24473881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-move-a-page-8-75-x-11-weekly-monthly-appointment-book-black-70-950e-05-24/product_24549064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-nylon-portfolio-case-black-rbind-1114us/product_2625363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-scholastic-value-pack-assorted-brushes-25-pack-rart-19/product_2796117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-assorted-brushes-15-pack-rart-15/product_2796119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-panoramic-landscape-22-x-17-monthly-desk-pad-calendar-89802-24/product_24549110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-pink-flowers-watercolor-canvas-art/product_254916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-postal-tote-lid-rectangular-translucent-white-4-pack-40202/product_24575943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-premium-47-study-carrel-blue-24-pack-19272-24/product_24473791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-premium-polypropylene-presentation-board-3-x-4-black-10-pack-30072-10/product_24473786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-17-75-x-11-monthly-desk-pad-calendar-blue-yellow-sk710-00-24/product_24549077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-22-x-17-monthly-desk-pad-calendar-sk0312-00-24/product_24549093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-red-blossoms-canvas-art-18x24-inches/product_255001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-red-blossoms-canvas-art-24x32-inches/product_255002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-preschool-easel-40-multicolor-hardboard-17314/product_24575891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-6-x-3-5-daily-desk-calendar-refill-multicolor-e517-50-24/product_24549157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-7-x-8-75-monthly-planner-black-76-08-05-24/product_24549173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-touchless-hand-dryer-stainless-steel-rthd-421s/product_2409049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-black-vaquetta-leather-cross-body-bag-626-black-vls/product_24403040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-simplicity-canvas-art-16x24-inches/product_255004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-2-sided-magnetic-plastic-mobile-dry-erase-whiteboard-9-x-12-pack-of-3-flp10077-3/product_24496412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-city-of-hope-8-x-10-weekly-monthly-appointment-book-planner-black-76-pn01-05-24/product_24549099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-2-sided-plastic-mobile-dry-erase-whiteboard-9-x-12-pack-of-4-flp10034-4/product_24496239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-recycled-15-x-12-monthly-wall-calendar-off-white-gray-pmg77-28-24/product_24549130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-black-leather-rfid-blocking-credit-card-sleeve-rfid-411-blk-2/product_1960649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-black-melamine-mobile-dry-erase-whiteboard-9-x-12-pack-of-4-flp40065-4/product_24496048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-computer-lab-privacy-screens-large-26-x-23-x-22-pack-of-3-flp61859/product_2415309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-computer-lab-privacy-screens-small-22-x-22-5-x-20-3-per-pack-2-packs-flp61856-2/product_24504239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-seascapes-8-5-x-5-5-daily-monthly-planner-refill-pages-white-blue-381-125-24/product_24548754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-white-splash-canvas-art-ready-to-hang-14x19-inches/product_255055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-deluxe-card-holder-black/product_425822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-magnetic-dry-erase-whiteboard-two-sided-ruled-blank-9-x-12-pack-of-3-flp10076-3/product_24496046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-flowers-canvas-art-24x32-inches/product_255049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-genuine-leather-pen-cup-organizer-and-business-card-holder-rl-office-1/product_2419614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-blue-blossoming-canvas-art-35x47-inches/product_254832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-ruled-double-sided-dry-erase-whiteboard-9-x-12-flp10134/product_273269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-science-fair-title-cards-white-black-13-pack-24-packs-carton-20060-24/product_24575892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-spiral-bound-flip-chart-easel-24-blue-cardboard-30500/product_2415303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-hipster-wallet-coco/product_428392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-student-of-the-month-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va528-5/product_24575907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-superhero-award-combo-pack-multicolor-shs100/product_24473915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-tri-fold-project-boards-48-x-36-corrugated-paper-assorted-colors-4-pack-16073/product_24599155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-total-erase-dry-erase-whiteboard-0-79-x-1-4-pack-flp10065/product_138662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-mini-manicure-set-british-tan/product_427828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-ii-canvas-art-18x24-inches/product_254763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-116052-24/product_24551087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipz-dark-chocolate-covered-pretzels-twists-6-bags-box-dcc428/product_905453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-fiesta-ii-canvas-art-18x24-inches/product_254744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-flowers-abstract-canvas-art-24x24-inches/product_255065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-women-s-colombian-leather-cross-body-handbag-675-cafe-vl/product_1960721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-143734/product_24564284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-24-x-36-silver-stand-off-caps-2-pack-105536-gs-2pk/product_24602097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-maroon-shades-canvas-art-18x24-inches/product_255100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-vaquetta-black-leather-bag-small-vlshbag-blks/product_24403265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-palm-canvas-art-24x32-inches/product_255063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flock-chicken-skin-crisps-1-oz-original-8-box-368-00001/product_24563506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-purple-144839/product_24551870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-blue-peach-143965/product_24551863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-gray-143955/product_24551867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-purple-iris-canvas-art-18x18-inches/product_254833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-danger-restricted-area-danger-construction-area-20x12/product_554585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-6-x-3-5-daily-desk-calendar-refill-multicolor-e517-50-24/product_24549157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-7-x-8-75-monthly-planner-black-76-08-05-24/product_24549173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-touchless-hand-dryer-stainless-steel-rthd-421s/product_2409049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-black-vaquetta-leather-cross-body-bag-626-black-vls/product_24403040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-simplicity-canvas-art-16x24-inches/product_255004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-2-sided-magnetic-plastic-mobile-dry-erase-whiteboard-9-x-12-pack-of-3-flp10077-3/product_24496412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-city-of-hope-8-x-10-weekly-monthly-appointment-book-planner-black-76-pn01-05-24/product_24549099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-2-sided-plastic-mobile-dry-erase-whiteboard-9-x-12-pack-of-4-flp10034-4/product_24496239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-black-leather-rfid-blocking-credit-card-sleeve-rfid-411-blk-2/product_1960649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-recycled-15-x-12-monthly-wall-calendar-off-white-gray-pmg77-28-24/product_24549130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-black-melamine-mobile-dry-erase-whiteboard-9-x-12-pack-of-4-flp40065-4/product_24496048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-computer-lab-privacy-screens-large-26-x-23-x-22-pack-of-3-flp61859/product_2415309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-computer-lab-privacy-screens-small-22-x-22-5-x-20-3-per-pack-2-packs-flp61856-2/product_24504239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-white-splash-canvas-art-ready-to-hang-14x19-inches/product_255055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-seascapes-8-5-x-5-5-daily-monthly-planner-refill-pages-white-blue-381-125-24/product_24548754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-deluxe-card-holder-black/product_425822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-products-magnetic-dry-erase-whiteboard-two-sided-ruled-blank-9-x-12-pack-of-3-flp10076-3/product_24496046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-flowers-canvas-art-24x32-inches/product_255049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-genuine-leather-pen-cup-organizer-and-business-card-holder-rl-office-1/product_2419614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-blue-blossoming-canvas-art-35x47-inches/product_254832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-science-fair-title-cards-white-black-13-pack-24-packs-carton-20060-24/product_24575892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-ruled-double-sided-dry-erase-whiteboard-9-x-12-flp10134/product_273269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-spiral-bound-flip-chart-easel-24-blue-cardboard-30500/product_2415303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-hipster-wallet-coco/product_428392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-student-of-the-month-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va528-5/product_24575907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-superhero-award-combo-pack-multicolor-shs100/product_24473915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-tri-fold-project-boards-48-x-36-corrugated-paper-assorted-colors-4-pack-16073/product_24599155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipside-total-erase-dry-erase-whiteboard-0-79-x-1-4-pack-flp10065/product_138662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-mini-manicure-set-british-tan/product_427828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-ii-canvas-art-18x24-inches/product_254763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-116052-24/product_24551087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-143734/product_24564284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-leather-women-s-colombian-leather-cross-body-handbag-675-cafe-vl/product_1960721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-flowers-abstract-canvas-art-24x24-inches/product_255065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-fiesta-ii-canvas-art-18x24-inches/product_254744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flipz-dark-chocolate-covered-pretzels-twists-6-bags-box-dcc428/product_905453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-24-x-36-silver-stand-off-caps-2-pack-105536-gs-2pk/product_24602097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-maroon-shades-canvas-art-18x24-inches/product_255100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/royce-vaquetta-black-leather-bag-small-vlshbag-blks/product_24403265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-purple-144839/product_24551870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-palm-canvas-art-24x32-inches/product_255063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/flock-chicken-skin-crisps-1-oz-original-8-box-368-00001/product_24563506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-blue-peach-143965/product_24551863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-gray-143955/product_24551867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-danger-restricted-area-danger-construction-area-20x12/product_554585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-purple-iris-canvas-art-18x18-inches/product_254833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:49:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:49:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:50:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-red-echo-canvas-art-18x24-inches/product_255079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-gray-146300/product_24551862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-big-huge-giant-paper-fingerpaint-kids-18-x-35-24-sheets-r-75401/product_882353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-caution-hazard-stripe-caution-blank-20x12/product_554608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-roses-canvas-art-24x32-inches/product_254815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-danger-asbestos-danger-potential-asbestos-hazard-20x12/product_554609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143974/product_24551853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-starry-night-bouquet-canvas-art-18x24-inches/product_255085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-dinosaur-rubbing-plates-clear-6-per-pack-2-packs-r-5823-2/product_24511280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-11-x-14-black-frame-art/product_317144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-advantagemat-30-x-48-rectangular-chair-mat-for-carpets-vinyl-fc1175120ev/product_24138639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-2000-anti-fatigue-mat-20-w-x-32-l-midnight-black-fca22032bk/product_2710692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-2000x-black-active-anti-fatigue-mat-20-x-32-midnight-black-fca22032xbk/product_24368176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-flowers-9-inch-80-sheets-r-2440/product_875931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-9mat-nonagon-gaming-e-sport-hard-floor-chair-mat-38-x-39-clear-fc121001009r/product_1945172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-16-x-20-black-frame-art/product_317145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-face-pad/product_274414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-35-x-47-medium-pile-clear-118923er/product_778173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-glaciermat-carpet-hard-floor-chair-mat-36-x-48-crystal-clear-glass-fc123648eg/product_2094584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ships-riding-on-the-seine-14-x-19-canvas-art/product_496928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-30-x-47-canvas-art/product_317150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-advantagemat-hard-floor-chair-mat-30-x-48-clear-fc127519ev/product_24138636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-48-x-60-medium-pile-clear-1115227er/product_777837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-ashlyn-8-5-x-11-weekly-monthly-planner-navy-143957/product_24551833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-8-5-x-11-weekly-monthly-planner-multicolor-110211-24/product_24551028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-8-x-10-monthly-planner-multicolor-110216-24/product_24551019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-48-x-53-clear-1213419er/product_778170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-belize-5-x-8-weekly-monthly-planner-blue-142884/product_24564298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-60-x-118-clear-1215030019er/product_459556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-48-x-60-clear-1215019tr/product_100719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-bespoke-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143689/product_24564264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-bespoke-3-63-x-6-13-weekly-monthly-planner-multicolor-147223/product_24564280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-crew-blue-5-x-8-weekly-monthly-planner-blue-146347/product_24564240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-crew-blue-8-5-x-11-weekly-monthly-planner-blue-146346/product_24564296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-colortex-9mat-nonagon-gaming-e-sport-hard-floor-chair-mat-38-x-39-blue-fc121001009rbl/product_1945171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sierra-nevada-silence-18-x-24-canvas-art/product_314107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-dark-garden-5-x-8-weekly-monthly-planner-multicolor-143940/product_24564315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-petit-pattern-mosaics-0-75-2000-pack-3-packs-r-15649-3/product_24500237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-colortex-ultimat-hard-floor-chair-mat-36-x-48-multi-colored-229220ecal/product_100718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-blush-5-x-8-weekly-monthly-planner-pink-143888/product_24564267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-sensory-paper-6-designs-36-sheets-pack-2-packs-r-15413-2/product_24500157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-sensory-paper-white-36-pk-r-15413/product_24367461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-static-12-x-18-rectangular-desk-pads-for-hard-surfaces-vinyl-fpde312184ra2/product_24073807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-silvester-shchedrin-new-rome-with-the-castel-canvas-art-35x47-inches/product_245918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0606-b1114mf/product_2082274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-skintone-design-papers-48-sheets-per-pack-3-packs-r-15233-3/product_24507046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0606-c1219gg/product_2079088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-structure-sticks-building-set-400-sticks-per-pack-2-packs-r-60765-2/product_24568720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-hard-floor-chair-mat-with-lip-48-x-60-medium-pile-clear-eco4860lp/product_922462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-evolutionmat-carpet-chair-mat-with-lip-36-x-48-medium-pile-clear-eco113648lp/product_100717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-hometex-12-x-18-vinyl-place-mats-fresh-mist-4-pack-fphmpm3046ev4/product_1601174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-red-echo-canvas-art-18x24-inches/product_255079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-london-rose-8-x-10-daily-monthly-planner-multicolor-143884/product_24564179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-ii-by-michael-tompsett-11-x-14-black-frame-mt0783-b1114mf/product_2081964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-big-huge-giant-paper-fingerpaint-kids-18-x-35-24-sheets-r-75401/product_882353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-gray-146300/product_24551862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-danger-asbestos-danger-potential-asbestos-hazard-20x12/product_554609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-caution-hazard-stripe-caution-blank-20x12/product_554608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-roses-canvas-art-24x32-inches/product_254815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143974/product_24551853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-starry-night-bouquet-canvas-art-18x24-inches/product_255085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-dinosaur-rubbing-plates-clear-6-per-pack-2-packs-r-5823-2/product_24511280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-advantagemat-30-x-48-rectangular-chair-mat-for-carpets-vinyl-fc1175120ev/product_24138639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-2000-anti-fatigue-mat-20-w-x-32-l-midnight-black-fca22032bk/product_2710692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-11-x-14-black-frame-art/product_317144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-flowers-9-inch-80-sheets-r-2440/product_875931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-2000x-black-active-anti-fatigue-mat-20-x-32-midnight-black-fca22032xbk/product_24368176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-16-x-20-black-frame-art/product_317145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-face-pad/product_274414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-9mat-nonagon-gaming-e-sport-hard-floor-chair-mat-38-x-39-clear-fc121001009r/product_1945172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-glaciermat-carpet-hard-floor-chair-mat-36-x-48-crystal-clear-glass-fc123648eg/product_2094584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ships-riding-on-the-seine-14-x-19-canvas-art/product_496928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-35-x-47-medium-pile-clear-118923er/product_778173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shenandoah-autumn-30-x-47-canvas-art/product_317150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-advantagemat-hard-floor-chair-mat-30-x-48-clear-fc127519ev/product_24138636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-48-x-60-medium-pile-clear-1115227er/product_777837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-ashlyn-8-5-x-11-weekly-monthly-planner-navy-143957/product_24551833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-8-5-x-11-weekly-monthly-planner-multicolor-110211-24/product_24551028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-8-x-10-monthly-planner-multicolor-110216-24/product_24551019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-48-x-53-clear-1213419er/product_778170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-belize-5-x-8-weekly-monthly-planner-blue-142884/product_24564298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-60-x-118-clear-1215030019er/product_459556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-bespoke-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143689/product_24564264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-48-x-60-clear-1215019tr/product_100719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-bespoke-3-63-x-6-13-weekly-monthly-planner-multicolor-147223/product_24564280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-crew-blue-5-x-8-weekly-monthly-planner-blue-146347/product_24564240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-crew-blue-8-5-x-11-weekly-monthly-planner-blue-146346/product_24564296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-colortex-9mat-nonagon-gaming-e-sport-hard-floor-chair-mat-38-x-39-blue-fc121001009rbl/product_1945171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-petit-pattern-mosaics-0-75-2000-pack-3-packs-r-15649-3/product_24500237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-dark-garden-5-x-8-weekly-monthly-planner-multicolor-143940/product_24564315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-colortex-ultimat-hard-floor-chair-mat-36-x-48-multi-colored-229220ecal/product_100718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-blush-5-x-8-weekly-monthly-planner-pink-143888/product_24564267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sierra-nevada-silence-18-x-24-canvas-art/product_314107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-sensory-paper-6-designs-36-sheets-pack-2-packs-r-15413-2/product_24500157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-sensory-paper-white-36-pk-r-15413/product_24367461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-static-12-x-18-rectangular-desk-pads-for-hard-surfaces-vinyl-fpde312184ra2/product_24073807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-silvester-shchedrin-new-rome-with-the-castel-canvas-art-35x47-inches/product_245918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0606-b1114mf/product_2082274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-skintone-design-papers-48-sheets-per-pack-3-packs-r-15233-3/product_24507046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0606-c1219gg/product_2079088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/roylco-structure-sticks-building-set-400-sticks-per-pack-2-packs-r-60765-2/product_24568720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-hard-floor-chair-mat-with-lip-48-x-60-medium-pile-clear-eco4860lp/product_922462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-hometex-12-x-18-vinyl-place-mats-fresh-mist-4-pack-fphmpm3046ev4/product_1601174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-evolutionmat-carpet-chair-mat-with-lip-36-x-48-medium-pile-clear-eco113648lp/product_100717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-london-rose-8-x-10-daily-monthly-planner-multicolor-143884/product_24564179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-ii-by-michael-tompsett-11-x-14-black-frame-mt0783-b1114mf/product_2081964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-ii-by-michael-tompsett-11-x-14-wood-frame-mt0783-w1114bmf/product_2081963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-11-x-14-wood-frame-art/product_315514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubber-band-sterling-meets-fed-spec-soft-stretch-easy-apply-excellent-count-usa-made-84-3-1-2-x1-2-1-lb-box/product_902753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-14-x-19-canvas-art/product_315510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-navy-8-5-x-11-weekly-monthly-planner-multicolor-103617-24/product_24551093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-16-x-20-wood-frame-art/product_315516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-white-11-x-8-75-monthly-wall-calendar-103629-24/product_24551082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-white-22-x-17-monthly-desk-pad-calendar-103631-24/product_24551080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-08-h-plastic-step-stool/product_SS134254947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-46-x-57-rectangular-chair-mat-for-carpet-polypropylene-ncmfllgc0004/product_24486539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-pocket-wall-letter-size-wall-file-clear-3-set-rub65976/product_854120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sir-thomas-estate-garden-18-x-24-canvas-art/product_314095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-white-5-x-8-weekly-monthly-planner-multicolor-103619-24/product_24551033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-rugby-stripe-5-x-8-daily-monthly-planner-white-blue-103623-24/product_24551084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-black-fg9t6600bla/product_757910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-35-x-47-rectangular-chair-mat-for-carpets-polycarbonate-fc118923lr/product_768578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sir-thomas-estate-garden-35-x-47-canvas-art/product_314097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-secret-garden-8-5-x-11-weekly-monthly-planner-multicolor-140101-24/product_24551026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-black-fg345700bla/product_758222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-118-rectangular-chair-mat-for-carpets-polycarbonate-fr1130023er/product_1561144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-16-x-24-canvas-art/product_317157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-bexley-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-144112/product_24551856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-dainty-sage-3-63-x-6-13-weekly-monthly-planner-plastic-cover-multicolor/product_24551838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-60-x-60-square-chair-mat-for-carpets-polycarbonate-fr1115015023er/product_1561141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-71-x-79-rectangular-chair-mat-for-hard-floors-polycarbonate-1218020019er/product_100716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-effie-5-x-8-weekly-monthly-planner-multicolor-138329-24/product_24551137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floracraft-open-cell-foam-discs-1-in-11-1-2-in-pack-of-3-3pk-d121ws-24/product_2129375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-3-63-x-6-13-weekly-monthly-planner-navy-blue-142995/product_24564209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-12-pocket-cleaning-cart-organizer-black-nylon-rcp1867533ct/product_1990272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floral-blue-green-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-freya-5-x-8-weekly-monthly-planner-black-white-146350/product_24564211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-red-32-gal-fg263200red/product_936595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-11-x-14-wood-frame-art/product_315096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-16-x-24-canvas-art/product_315093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-rim-caddy-fg9w8700yel/product_633537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floral-ombre-brown-beige-indoor-machine-made-polypropylene-area-rug-7-8-x-10-10/product_1264456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-16-x-16-white-matted-black-frame-ali1136-b1616mf/product_2084332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-round-waste-container-no-lid/product_SS123312495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-life-note-it-5-88-x-8-63-weekly-monthly-planner-multicolor-139478-24/product_24551077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-microscanner-poe-cable-tester-ms-poe/product_IM16KV049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-autumn-18-x-24-canvas-art/product_314297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-bus-utility-boxes-gray-fg334900gray/product_653092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-cellulose-sponge-mop-fg643500brnz/product_818942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-11-x-14-black-frame-art/product_497199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-networks-compact-probe-pic-with-cap-yellow-44600000/product_IM1CV1324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-ii-by-michael-tompsett-11-x-14-wood-frame-mt0783-w1114bmf/product_2081963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-16-x-9-x-5-plastic-caddy-bags-gray/product_962121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-marks-8-5-x-11-weekly-monthly-planner-lilac-white-143703/product_24564260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-11-x-14-wood-frame-art/product_315514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubber-band-sterling-meets-fed-spec-soft-stretch-easy-apply-excellent-count-usa-made-84-3-1-2-x1-2-1-lb-box/product_902753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-14-x-19-canvas-art/product_315510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-navy-8-5-x-11-weekly-monthly-planner-multicolor-103617-24/product_24551093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-16-x-20-wood-frame-art/product_315516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-white-11-x-8-75-monthly-wall-calendar-103629-24/product_24551082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-white-22-x-17-monthly-desk-pad-calendar-103631-24/product_24551080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-08-h-plastic-step-stool/product_SS134254947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-46-x-57-rectangular-chair-mat-for-carpet-polypropylene-ncmfllgc0004/product_24486539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-pocket-wall-letter-size-wall-file-clear-3-set-rub65976/product_854120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sir-thomas-estate-garden-18-x-24-canvas-art/product_314095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-white-5-x-8-weekly-monthly-planner-multicolor-103619-24/product_24551033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-rugby-stripe-5-x-8-daily-monthly-planner-white-blue-103623-24/product_24551084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-black-fg9t6600bla/product_757910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-35-x-47-rectangular-chair-mat-for-carpets-polycarbonate-fc118923lr/product_768578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sir-thomas-estate-garden-35-x-47-canvas-art/product_314097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-secret-garden-8-5-x-11-weekly-monthly-planner-multicolor-140101-24/product_24551026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-black-fg345700bla/product_758222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-118-rectangular-chair-mat-for-carpets-polycarbonate-fr1130023er/product_1561144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-16-x-24-canvas-art/product_317157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-bexley-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-144112/product_24551856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-dainty-sage-3-63-x-6-13-weekly-monthly-planner-plastic-cover-multicolor/product_24551838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-60-x-60-square-chair-mat-for-carpets-polycarbonate-fr1115015023er/product_1561141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-71-x-79-rectangular-chair-mat-for-hard-floors-polycarbonate-1218020019er/product_100716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-effie-5-x-8-weekly-monthly-planner-multicolor-138329-24/product_24551137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floracraft-open-cell-foam-discs-1-in-11-1-2-in-pack-of-3-3pk-d121ws-24/product_2129375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-3-63-x-6-13-weekly-monthly-planner-navy-blue-142995/product_24564209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-12-pocket-cleaning-cart-organizer-black-nylon-rcp1867533ct/product_1990272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floral-blue-green-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-freya-5-x-8-weekly-monthly-planner-black-white-146350/product_24564211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-11-x-14-wood-frame-art/product_315096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-red-32-gal-fg263200red/product_936595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-16-x-24-canvas-art/product_315093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-rim-caddy-fg9w8700yel/product_633537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/floral-ombre-brown-beige-indoor-machine-made-polypropylene-area-rug-7-8-x-10-10/product_1264456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-16-x-16-white-matted-black-frame-ali1136-b1616mf/product_2084332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-round-waste-container-no-lid/product_SS123312495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-life-note-it-5-88-x-8-63-weekly-monthly-planner-multicolor-139478-24/product_24551077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-microscanner-poe-cable-tester-ms-poe/product_IM16KV049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-autumn-18-x-24-canvas-art/product_314297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-bus-utility-boxes-gray-fg334900gray/product_653092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-cellulose-sponge-mop-fg643500brnz/product_818942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-11-x-14-black-frame-art/product_497199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-networks-compact-probe-pic-with-cap-yellow-44600000/product_IM1CV1324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-16-x-9-x-5-plastic-caddy-bags-gray/product_962121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-marks-8-5-x-11-weekly-monthly-planner-lilac-white-143703/product_24564260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-3-shelf-plastic-poly-mobile-utility-cart-with-lockable-wheels-black-fg409100bla/product_449229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-brushless-mechanical-sweeper-black-yellow/product_936555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-networks-fiber-quickmap-distance-and-fault-locator-yellow-black-fqm-100-m-vfl/product_IM14G4139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-mimi-pink-8-5-x-11-weekly-monthly-planner-multicolor-137264-24/product_24551059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-35-x-47-canvas-art/product_497271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-modesto-navy-5-88-x-8-63-weekly-monthly-planner-navy-blue-146713/product_24564257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-11-x-14-black-frame-art/product_491968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-11-x-14-wood-frame-art/product_491094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-networks-network-testing-device-mt-8200-49a/product_IM1D20256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-hinged-dome-tilt-truck-lid-black-fg131700bla/product_936444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-hygen-microfiber-duster-refill-green-fgq85100gr00/product_676814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-lacquered-wood-threaded-tip-broom-sweep-handle/product_812409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-microfiber-cleaning-cloths-pink-24-pack-1820581/product_318450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-networks-ts30-30800009-device-tester-with-abn/product_IM1L22562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-mop-heads-wet-mop-green/product_2619276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-rue-du-flore-5-x-8-weekly-monthly-planner-blue-purple-101603-24/product_24551046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-networks-visifault-universal-visual-fault-locator/product_IM1E31204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-16-x-20-black-frame-art/product_33989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-16-x-20-wood-frame-art/product_33983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluorescent-pink-shipping-tags-8-6-1-4-x-3-1-8-1000-case/product_496230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-keep-away-hanging-sign-yellow-fg9s1600yel/product_847612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soft-tulips-in-the-pottery-16-x-24-canvas-art/product_314014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-spring-break-5-x-8-weekly-monthly-planner-multicolor-146355/product_24564278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-microburst-9000-air-freshener-dispenser-white/product_476223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-winnie-8-5-x-11-weekly-monthly-planner-multicolor-143708/product_24564266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-safety-awareness-floor-sign-yellow-fg611200yel/product_123828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foam-numbered-dice/product_138923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foamboard-poster-kioks/product_24553360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blueline-succulent-plants-12-x-17-monthly-wall-calendar-c173121/product_24559261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-8-3-4-manual-lemon-squeezer-aluminum-8565/product_2479734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-wet-floor-cone-30-h-yellow-black-fg9s0100yel/product_754939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-8-manual-lime-squeezer-8563/product_2479641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-brownline-duraflex-5-x-8-daily-monthly-planner-poly-cover-black-cb634v-blk/product_24597326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-chrome-plated-shelf-post-74-fg074c/product_2476091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-browntrout-taylor-swift-12-x-24-monthly-wall-calendar-9781975466381/product_24583094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-green-epoxy-coated-wire-shelf-18-x-42-ff1842g/product_2475980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-browntrout-taylor-swift-7-x-14-monthly-mini-wall-calendar-9781975466374/product_24583093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-structural-foam-tilt-truck-152-gallon-600-lb-capacity-black-fg101100bla/product_848395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-cambridge-mina-8-5-x-11-weekly-monthly-planner-poly-cover-multicolor-1134-905-24/product_24549092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/focus-ii-l20-boost-walk-behind-scrubber/product_1959861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-16-x-20-wood-frame-art/product_316432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-100-colombian-coffee-medium-roast-0-31-oz-keurig-k-cup-pods-24-box-6659/product_459616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-100-colombian-coffee-medium-roast-22-6-oz-2550020532/product_24491349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-100-colombian-ground-coffee-packet-medium-dark-roast-1-75-oz-42-carton-pro20022/product_657461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-eccolo-fun-spiral-agenda-7-x-8-63-weekly-planner-multicolor-ry24-401a/product_24560229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-3-shelf-plastic-poly-mobile-utility-cart-with-lockable-wheels-black-fg409100bla/product_449229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-cube-truck-with-no-lid-black-500-lb-fg461900bla/product_936487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-1850-black-gold-caffeinated-ground-coffee-dark-roast-12-oz-smu60516/product_24346107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-by-michael-tompsett-24-x-32-canvas-art-mt0696-c2432gg/product_2078082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-1850-pioneer-blend-caffeinated-ground-coffee-medium-roast-12-oz-smu60514/product_24346108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-brushless-mechanical-sweeper-black-yellow/product_936555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-networks-fiber-quickmap-distance-and-fault-locator-yellow-black-fqm-100-m-vfl/product_IM14G4139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-mimi-pink-8-5-x-11-weekly-monthly-planner-multicolor-137264-24/product_24551059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-35-x-47-canvas-art/product_497271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-modesto-navy-5-88-x-8-63-weekly-monthly-planner-navy-blue-146713/product_24564257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-11-x-14-black-frame-art/product_491968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-11-x-14-wood-frame-art/product_491094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-networks-network-testing-device-mt-8200-49a/product_IM1D20256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-hinged-dome-tilt-truck-lid-black-fg131700bla/product_936444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-hygen-microfiber-duster-refill-green-fgq85100gr00/product_676814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-lacquered-wood-threaded-tip-broom-sweep-handle/product_812409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-networks-ts30-30800009-device-tester-with-abn/product_IM1L22562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-microfiber-cleaning-cloths-pink-24-pack-1820581/product_318450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-mop-heads-wet-mop-green/product_2619276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-rue-du-flore-5-x-8-weekly-monthly-planner-blue-purple-101603-24/product_24551046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluke-networks-visifault-universal-visual-fault-locator/product_IM1E31204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-16-x-20-black-frame-art/product_33989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-16-x-20-wood-frame-art/product_33983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-keep-away-hanging-sign-yellow-fg9s1600yel/product_847612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fluorescent-pink-shipping-tags-8-6-1-4-x-3-1-8-1000-case/product_496230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soft-tulips-in-the-pottery-16-x-24-canvas-art/product_314014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-microburst-9000-air-freshener-dispenser-white/product_476223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-spring-break-5-x-8-weekly-monthly-planner-multicolor-146355/product_24564278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-winnie-8-5-x-11-weekly-monthly-planner-multicolor-143708/product_24564266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-safety-awareness-floor-sign-yellow-fg611200yel/product_123828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foam-numbered-dice/product_138923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foamboard-poster-kioks/product_24553360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-blueline-succulent-plants-12-x-17-monthly-wall-calendar-c173121/product_24559261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-8-3-4-manual-lemon-squeezer-aluminum-8565/product_2479734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-wet-floor-cone-30-h-yellow-black-fg9s0100yel/product_754939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-8-manual-lime-squeezer-8563/product_2479641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-brownline-duraflex-5-x-8-daily-monthly-planner-poly-cover-black-cb634v-blk/product_24597326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-chrome-plated-shelf-post-74-fg074c/product_2476091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-browntrout-taylor-swift-12-x-24-monthly-wall-calendar-9781975466381/product_24583094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-green-epoxy-coated-wire-shelf-18-x-42-ff1842g/product_2475980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-browntrout-taylor-swift-7-x-14-monthly-mini-wall-calendar-9781975466374/product_24583093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-cambridge-mina-8-5-x-11-weekly-monthly-planner-poly-cover-multicolor-1134-905-24/product_24549092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-structural-foam-tilt-truck-152-gallon-600-lb-capacity-black-fg101100bla/product_848395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-16-x-20-wood-frame-art/product_316432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/focus-ii-l20-boost-walk-behind-scrubber/product_1959861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-100-colombian-coffee-medium-roast-0-31-oz-keurig-k-cup-pods-24-box-6659/product_459616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-100-colombian-coffee-medium-roast-22-6-oz-2550020532/product_24491349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-100-colombian-ground-coffee-packet-medium-dark-roast-1-75-oz-42-carton-pro20022/product_657461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-eccolo-fun-spiral-agenda-7-x-8-63-weekly-planner-multicolor-ry24-401a/product_24560229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-1850-black-gold-caffeinated-ground-coffee-dark-roast-12-oz-smu60516/product_24346107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-cube-truck-with-no-lid-black-500-lb-fg461900bla/product_936487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-by-michael-tompsett-24-x-32-canvas-art-mt0696-c2432gg/product_2078082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-1850-pioneer-blend-caffeinated-ground-coffee-medium-roast-12-oz-smu60514/product_24346108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-by-michael-tompsett-35-x-47-canvas-art-mt0696-c3547gg/product_2080627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-coffee-keurig-k-cup-pod-dark-roast-96-carton-6662ct/product_24562597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-3-5-x-6-weekly-monthly-planner-with-pen-brown-black-spls24-brn36-p/product_24559523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-lobby-35-h-broom-black-fg637400bla/product_756806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-filter-packs-coffee-dark-roast-1-4-oz-filters-40-filters-carton-smu00016/product_2070325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-5-5-x-8-weekly-monthly-planner-multicolor-spls24-58-20/product_24559528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-ground-coffee-dark-roast-42-carton-smu00019/product_2070326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-8-5-x-11-monthly-planner-blue-yellow-spls24-8511m-f/product_24559525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-8-x-10-weekly-monthly-planner-brown-black-spls24-brn810/product_24557343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-extra-deep-plastic-drawer-organizer-black-11906ros/product_377024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-ground-coffee-light-roast-22-6-oz-2550020529/product_24491347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-gray-marble-8-5-x-11-weekly-monthly-planner-gray-white-spls24-8511-06/product_24559526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-17-x-22-monthly-desk-pad-calendar-refill-white-black-126-24/product_24562559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-16-x-20-black-frame-art/product_316543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-fire-resistant-wastebasket-trash-can-gray-7-gallons/product_936587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-fire-safe-ranger-outdoor-trash-can-w-lid-black-resin-45-gal-fg917388bla/product_815344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-24-x-32-canvas-art/product_316546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-blue-164-24/product_24562552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-keurig-k-cup-pods-medium-roast-96-carton-204496/product_2716138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-24-x-37-yearly-wet-erase-wall-calendar-white-blue-396-24/product_24562562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-2-7-oz-50-carton-2550006106/product_24472780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-5-x-8-daily-appointment-book-black-288-02-24/product_24563553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-5-x-8-weekly-appointment-book-black-278-02-24/product_24562510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-7-x-10-daily-monthly-appointment-book-black-2896-32-24/product_24562554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-ground-coffee-medium-roast-40-3-oz-2550000529c-2550030420/product_2802493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-18-x-24-canvas-art/product_312477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-daily-8-person-group-practice-planner-black-281-02-24/product_24562523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-ground-coffee-medium-roast-fraction-packs-42-carton-pro18999/product_657463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-11-x-14-black-frame-art/product_312643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-16-x-20-black-frame-art/product_312644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-french-vanilla-coffee-medium-roast-0-31-oz-keurig-k-cup-pods-24-box-6661/product_464901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-bar-harbor-12-x-17-monthly-wall-calendar-wedgwood-blue-gray-332-24/product_24562507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-weekly-appointment-book-blue-272-07-24/product_24562557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-cloths-blue-12-carton-fgq63000bl00/product_659363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-colombian-filter-packs-coffee-medium-roast-1-4-oz-40-carton-smu10107/product_2070324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-11-x-14-wood-frame-art/product_312649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-french-vanilla-ground-coffee-9-6-oz-2550098181/product_24584686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/follow-confined-space-entry-procedure-before-10x14-040-aluminum-danger-sign/product_564271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-ss1065083/product_SS129820949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dry-cloths-green-12-carton-fgq62000gr00/product_659362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-half-caff-ground-coffee-9-6-oz-canister/product_1667729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-24-x-32-canvas-art/product_312647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-mop-handle-fgq75000yl00/product_848920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-earthscapes-8-5-x-11-monthly-planner-black-264-02-24/product_24562390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-by-michael-tompsett-35-x-47-canvas-art-mt0696-c3547gg/product_2080627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fontana-caramel-flavored-coffee-syrup-1-liter-nes41271/product_24298976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-quick-connect-extension-handle-yellow-20-40-50-8-cm-101-6-cm/product_936524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-14-x-19-canvas-art/product_312613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-earthscapes-scenic-12-x-16-5-monthly-wall-calendar-378-24/product_24562530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-economy-compact-18-5-x-13-monthly-desk-pad-calendar-white-black-0124-02-24/product_24562541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-coffee-keurig-k-cup-pod-dark-roast-96-carton-6662ct/product_24562597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-3-5-x-6-weekly-monthly-planner-with-pen-brown-black-spls24-brn36-p/product_24559523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-filter-packs-coffee-dark-roast-1-4-oz-filters-40-filters-carton-smu00016/product_2070325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-lobby-35-h-broom-black-fg637400bla/product_756806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-5-5-x-8-weekly-monthly-planner-multicolor-spls24-58-20/product_24559528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-black-silk-ground-coffee-dark-roast-42-carton-smu00019/product_2070326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-8-5-x-11-monthly-planner-blue-yellow-spls24-8511m-f/product_24559525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-8-x-10-weekly-monthly-planner-brown-black-spls24-brn810/product_24557343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-extra-deep-plastic-drawer-organizer-black-11906ros/product_377024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-ground-coffee-light-roast-22-6-oz-2550020529/product_24491347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-gray-marble-8-5-x-11-weekly-monthly-planner-gray-white-spls24-8511-06/product_24559526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-16-x-20-black-frame-art/product_316543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-fire-safe-ranger-outdoor-trash-can-w-lid-black-resin-45-gal-fg917388bla/product_815344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-fire-resistant-wastebasket-trash-can-gray-7-gallons/product_936587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-17-x-22-monthly-desk-pad-calendar-refill-white-black-126-24/product_24562559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-24-x-32-canvas-art/product_316546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-24-x-37-yearly-wet-erase-wall-calendar-white-blue-396-24/product_24562562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-5-x-8-weekly-appointment-book-black-278-02-24/product_24562510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-2-7-oz-50-carton-2550006106/product_24472780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-5-x-8-daily-appointment-book-black-288-02-24/product_24563553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-blue-164-24/product_24562552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-keurig-k-cup-pods-medium-roast-96-carton-204496/product_2716138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-7-x-10-daily-monthly-appointment-book-black-2896-32-24/product_24562554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-ground-coffee-medium-roast-40-3-oz-2550000529c-2550030420/product_2802493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-18-x-24-canvas-art/product_312477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-daily-8-person-group-practice-planner-black-281-02-24/product_24562523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-ground-coffee-medium-roast-fraction-packs-42-carton-pro18999/product_657463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-11-x-14-black-frame-art/product_312643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-16-x-20-black-frame-art/product_312644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-french-vanilla-coffee-medium-roast-0-31-oz-keurig-k-cup-pods-24-box-6661/product_464901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-bar-harbor-12-x-17-monthly-wall-calendar-wedgwood-blue-gray-332-24/product_24562507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-weekly-appointment-book-blue-272-07-24/product_24562557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-cloths-blue-12-carton-fgq63000bl00/product_659363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-colombian-filter-packs-coffee-medium-roast-1-4-oz-40-carton-smu10107/product_2070324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-11-x-14-wood-frame-art/product_312649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-french-vanilla-ground-coffee-9-6-oz-2550098181/product_24584686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/follow-confined-space-entry-procedure-before-10x14-040-aluminum-danger-sign/product_564271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-ss1065083/product_SS129820949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dry-cloths-green-12-carton-fgq62000gr00/product_659362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/folgers-half-caff-ground-coffee-9-6-oz-canister/product_1667729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-24-x-32-canvas-art/product_312647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-mop-handle-fgq75000yl00/product_848920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-earthscapes-8-5-x-11-monthly-planner-black-264-02-24/product_24562390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fontana-caramel-flavored-coffee-syrup-1-liter-nes41271/product_24298976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-quick-connect-extension-handle-yellow-20-40-50-8-cm-101-6-cm/product_936524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-14-x-19-canvas-art/product_312613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-earthscapes-scenic-12-x-16-5-monthly-wall-calendar-378-24/product_24562530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-economy-compact-18-5-x-13-monthly-desk-pad-calendar-white-black-0124-02-24/product_24562541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foot-locker-gift-card-50/product_372932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-executive-8-5-x-11-daily-4-person-group-practice-planner-black-282-92-24/product_24562517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-18-x-24-canvas-art/product_312614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-16-x-20-wood-frame-art/product_312618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-24-x-32-canvas-art/product_312615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-by-michael-tompsett-14-x-19-canvas-art-mt0751-c1419gg/product_2079007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-kitchen-5-5-gallon-compost-bin-green-2055573/product_24523808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-landmark-series-dome-top-trash-containers-with-3958-rigid-liner-sable-35-gal-fg397000sble/product_936426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-8732hs-cross-cut-paper-optical-media-high-security-office-shredder-fd8732hs/product_24520706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-8300hs-8-sheet-cross-cut-high-security-deskside-shredder-fd8300hs/product_24520704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-marshal-classic-container-round-polyethylene-15-gallon-brown/product_936471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-inkwell-press-undercurrent-5-x-8-weekly-monthly-planner-blue-gray-142876/product_24564185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-mega-mobile-waste-collector/product_713390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spanish-church-by-preston-ready-to-hang-art/product_247686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-by-cateyes-canvas-art-ready-to-hang-16x24-inches/product_253585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-microburst-9000-aerosol-refill-mountain-peaks-5-3-oz-4-carton-fg4012461/product_476611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-rediform-17-76-x-10-87-monthly-desk-pad-calendar-white-purple-c181700/product_24595332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongue-16-x-20-wood-frame-art/product_501426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-23s-16-9-guillotine-paper-cutter-gray-cut-true-23s/product_24603620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-mop-heads-headband-12-carton-3486266/product_918430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-southworth-watercolors-7-x-9-25-weekly-monthly-planner-soft-watercolor-91035/product_24560228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-fd-300-automatic-paper-folder-200-sheets-fd300/product_1317285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-18-x-24-canvas-art/product_33807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-24-x-32-canvas-art/product_33806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-12-x-27-wall-calendar-red-white-st53920-24/product_24545094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-35-x-47-canvas-art/product_33805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-11-x-14-white-matted-black-frame-ali1137-b1114mf/product_2077480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-flashguard-hot-laminating-pouch-letter-size-3-mil-100-pack-fg-3/product_24593136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-29-wall-calendar-white-red-st53914-24/product_24545096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-24-x-36-wall-calendar-gray-st58449-24/product_24545401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-plaza-indoor-outdoor-waste-container-rectangular-plastic-50-gallon-beige-fg396400beig/product_818843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0450-b1114mf/product_2079505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-poly-drawer-organizer-black-11916ros/product_391932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-hdd-ssd-high-security-shredder-fd87hds-r/product_24600529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-hdd-ssd-high-security-shredder-fd87hds/product_24600528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-polyethylene-step-trash-can-red-23-gal-fg614600red/product_936576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-3-x-6-weekly-monthly-planner-assorted-colors-st17388-24/product_24545088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-splendor-24-x-47-canvas-art/product_315212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-refine-stainless-steel-indoor-trash-can-with-open-lid-23-gallon-silver-2147584/product_24485978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-11-x-14-black-frame-art/product_314692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-in-hatley-park-18-x-24-canvas-art/product_314186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-fling-by-kathie-mccurdy-canvas-art/product_248454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-refine-stainless-steel-trash-can-with-open-lid-16-gallons-silver-2147583/product_24485979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foot-locker-gift-card-50/product_372932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-paper-joggers-940-sheets-fd402ta1/product_1317262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-18-x-24-canvas-art/product_312614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-16-x-20-wood-frame-art/product_312618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-24-x-32-canvas-art/product_312615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-executive-8-5-x-11-daily-4-person-group-practice-planner-black-282-92-24/product_24562517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-by-michael-tompsett-14-x-19-canvas-art-mt0751-c1419gg/product_2079007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-kitchen-5-5-gallon-compost-bin-green-2055573/product_24523808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-8732hs-cross-cut-paper-optical-media-high-security-office-shredder-fd8732hs/product_24520706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-marshal-classic-container-round-polyethylene-15-gallon-brown/product_936471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-landmark-series-dome-top-trash-containers-with-3958-rigid-liner-sable-35-gal-fg397000sble/product_936426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-8300hs-8-sheet-cross-cut-high-security-deskside-shredder-fd8300hs/product_24520704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-inkwell-press-undercurrent-5-x-8-weekly-monthly-planner-blue-gray-142876/product_24564185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-mega-mobile-waste-collector/product_713390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spanish-church-by-preston-ready-to-hang-art/product_247686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-microburst-9000-aerosol-refill-mountain-peaks-5-3-oz-4-carton-fg4012461/product_476611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-by-cateyes-canvas-art-ready-to-hang-16x24-inches/product_253585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-rediform-17-76-x-10-87-monthly-desk-pad-calendar-white-purple-c181700/product_24595332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongue-16-x-20-wood-frame-art/product_501426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-fd-300-automatic-paper-folder-200-sheets-fd300/product_1317285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-23s-16-9-guillotine-paper-cutter-gray-cut-true-23s/product_24603620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-mop-heads-headband-12-carton-3486266/product_918430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-18-x-24-canvas-art/product_33807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-southworth-watercolors-7-x-9-25-weekly-monthly-planner-soft-watercolor-91035/product_24560228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-24-x-32-canvas-art/product_33806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-11-x-14-white-matted-black-frame-ali1137-b1114mf/product_2077480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-12-x-27-wall-calendar-red-white-st53920-24/product_24545094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-35-x-47-canvas-art/product_33805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0450-b1114mf/product_2079505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-29-wall-calendar-white-red-st53914-24/product_24545096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-24-x-36-wall-calendar-gray-st58449-24/product_24545401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-poly-drawer-organizer-black-11916ros/product_391932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-plaza-indoor-outdoor-waste-container-rectangular-plastic-50-gallon-beige-fg396400beig/product_818843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-flashguard-hot-laminating-pouch-letter-size-3-mil-100-pack-fg-3/product_24593136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-hdd-ssd-high-security-shredder-fd87hds-r/product_24600529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-splendor-24-x-47-canvas-art/product_315212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-3-x-6-weekly-monthly-planner-assorted-colors-st17388-24/product_24545088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-hdd-ssd-high-security-shredder-fd87hds/product_24600528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-polyethylene-step-trash-can-red-23-gal-fg614600red/product_936576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-refine-stainless-steel-indoor-trash-can-with-open-lid-23-gallon-silver-2147584/product_24485978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-refine-stainless-steel-trash-can-with-open-lid-16-gallons-silver-2147583/product_24485979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-in-hatley-park-18-x-24-canvas-art/product_314186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-11-x-14-black-frame-art/product_314692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-fling-by-kathie-mccurdy-canvas-art/product_248454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/formax-paper-joggers-940-sheets-fd402ta1/product_1317262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-14-x-19-canvas-art/product_314694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-round-brute-receptacle-w-o-lid-yellow-32-gal-121-12-liters/product_936594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-16-x-20-black-frame-art/product_314693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-monthly-planner-each-st12946-24/product_24545391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-6-x-7-wall-calendar-red-white-st53923-24/product_24545380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-7-x-8-75-daily-planner-black-st60461-24/product_24545396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-indoor-lid-black-plastic-23-gal-fg267360bla/product_818899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foundational-skills-phonics-for-kindergarten/product_1234009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-colorio-popping-game-3-years-2291/product_24514245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-daily-appointment-book-assorted-colors-st12934-24/product_24545397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-13-gallon-gray/product_1672320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-hexo-popping-game-5-years-2290/product_24514244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-barts-18-x-24-canvas-art/product_314337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fractions-decimals-percents-learning-advantage-fraction-decimal-tiles-in-tray/product_845092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-monthly-planner-black-tr52184-24/product_24545705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallon-black/product_1672355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-pano-18-x-24-canvas-art/product_314336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-monthly-planner-navy-st58476-24/product_24545106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fragile-electronic-equipment-labels-yellow-black-5-x-3-500-r/product_573206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-6-x-19-canvas-art-em0566-c619gg/product_2085201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fragile-handle-with-care-labels-red-black-3-x-2-500-rl/product_573189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fraktal-s-variety-pack-12-3-oz-220-02194/product_24579795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/framatic-double-matted-fineline-aluminum-frames-8-in-x-10-in-5-in-x-7-in-opening-f0810bd14/product_2136513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-with-built-in-wheels-24-gallons-1883552/product_1672269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0568-w1114mf/product_2082645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-assorted-colors-st12945-24/product_24545402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-black-st21488-24/product_24545179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-single-stream-bottles-cans-recycling-station-23-gallon-gray-yellow-2185052/product_24561621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-navy-tr58470-24/product_24545107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/framatic-metro-seamless-panel-frames-white-16-in-x-20-in-11-in-x-14-in-opening-01620w51/product_2168953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0568-c1624gg/product_2080296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0568-c2232gg/product_2080093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-step-trash-can-black-and-metallic-13-gal-1901993/product_1672352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-skyline-by-design-turnpike-16-x-32-canvas-art-ali1292-c1632gg/product_2083896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/francine-collection-florence-faux-leather-tote-bag-gray-florlrt-03/product_24590468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-floral-18-x-24-canvas-art/product_314189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frank-s-redhot-original-hot-sauce-25-oz-2-pack-220-00709/product_24171883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-plastic-step-trash-can-24-gallon-gray-1883606/product_1672283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/francine-collection-no-5-classic-gray-quilted-nylon-laptop-tote-fftgyno5/product_24590476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-84in-x-6yd-unprimed-heavyweight-cotton-canvas-style-548-folded-52005/product_1717376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-11-in-pack-of-40/product_1717558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-canvas-boards-14-in-x-18-in-each-pack-of-6/product_1720379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-baby-animals-12-x-12-monthly-wall-calendar-32244/product_24561045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-15-in-pack-of-20-20pk-6015a/product_2132835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bad-dad-jokes-12-x-12-monthly-wall-calendar-32275/product_24561036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-14-x-19-canvas-art/product_314694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-34-in-pack-of-10-10pk-6034a/product_2132886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-38-in-pack-of-10/product_1717557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-16-x-16-white-matted-wood-frame-ali1063-w1616mf/product_2084343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-50-in-pack-of-8/product_1717562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/freeze-up/product_874452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-35-x-35-canvas-art-ali1063-c3535gg/product_2080055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-16-x-20-black-frame-art/product_314693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-round-brute-receptacle-w-o-lid-yellow-32-gal-121-12-liters/product_936594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-monthly-planner-each-st12946-24/product_24545391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-6-x-7-wall-calendar-red-white-st53923-24/product_24545380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-indoor-lid-black-plastic-23-gal-fg267360bla/product_818899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-7-x-8-75-daily-planner-black-st60461-24/product_24545396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-hexo-popping-game-5-years-2290/product_24514244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-13-gallon-gray/product_1672320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foundational-skills-phonics-for-kindergarten/product_1234009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-colorio-popping-game-3-years-2291/product_24514245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-daily-appointment-book-assorted-colors-st12934-24/product_24545397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-barts-18-x-24-canvas-art/product_314337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fractions-decimals-percents-learning-advantage-fraction-decimal-tiles-in-tray/product_845092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-monthly-planner-navy-st58476-24/product_24545106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-pano-18-x-24-canvas-art/product_314336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-monthly-planner-black-tr52184-24/product_24545705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallon-black/product_1672355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fragile-electronic-equipment-labels-yellow-black-5-x-3-500-r/product_573206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-6-x-19-canvas-art-em0566-c619gg/product_2085201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fragile-handle-with-care-labels-red-black-3-x-2-500-rl/product_573189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0568-w1114mf/product_2082645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fraktal-s-variety-pack-12-3-oz-220-02194/product_24579795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-assorted-colors-st12945-24/product_24545402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/framatic-double-matted-fineline-aluminum-frames-8-in-x-10-in-5-in-x-7-in-opening-f0810bd14/product_2136513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-with-built-in-wheels-24-gallons-1883552/product_1672269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-single-stream-bottles-cans-recycling-station-23-gallon-gray-yellow-2185052/product_24561621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-black-st21488-24/product_24545179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0568-c2232gg/product_2080093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/framatic-metro-seamless-panel-frames-white-16-in-x-20-in-11-in-x-14-in-opening-01620w51/product_2168953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0568-c1624gg/product_2080296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-step-trash-can-black-and-metallic-13-gal-1901993/product_1672352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-weekly-monthly-appointment-book-navy-tr58470-24/product_24545107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-skyline-by-design-turnpike-16-x-32-canvas-art-ali1292-c1632gg/product_2083896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/francine-collection-florence-faux-leather-tote-bag-gray-florlrt-03/product_24590468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frank-s-redhot-original-hot-sauce-25-oz-2-pack-220-00709/product_24171883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-floral-18-x-24-canvas-art/product_314189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/francine-collection-no-5-classic-gray-quilted-nylon-laptop-tote-fftgyno5/product_24590476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-plastic-step-trash-can-24-gallon-gray-1883606/product_1672283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-84in-x-6yd-unprimed-heavyweight-cotton-canvas-style-548-folded-52005/product_1717376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-baby-animals-12-x-12-monthly-wall-calendar-32244/product_24561045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-canvas-boards-14-in-x-18-in-each-pack-of-6/product_1720379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-11-in-pack-of-40/product_1717558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bad-dad-jokes-12-x-12-monthly-wall-calendar-32275/product_24561036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-15-in-pack-of-20-20pk-6015a/product_2132835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-38-in-pack-of-10/product_1717557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-34-in-pack-of-10-10pk-6034a/product_2132886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-16-x-16-white-matted-wood-frame-ali1063-w1616mf/product_2084343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-50-in-pack-of-8/product_1717562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/freeze-up/product_874452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-35-x-35-canvas-art-ali1063-c3535gg/product_2080055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-be-kind-12-x-12-monthly-wall-calendar-32329/product_24561022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd25206gr00/product_851615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-16-x-20-white-matted-wood-frame-ali1138-w1620mf/product_2086560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beagles-6-x-5-5-daily-day-to-day-calendar-multicolor-36181/product_24575037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-everything-bagels-6-pack-900-00009/product_24298425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd51306wh00/product_852103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-18-x-24-canvas-art-ali1138-c1824gg/product_2078744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tcell-passive-air-care-refill-citrus-6-carton-fg402113/product_848944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-fuji-apples-8-pack-900-00040/product_24357426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-iii-by-moises-levy-11-x-14-white-matted-black-frame-ali1139-b1114mf/product_2077474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tilt-adjustable-footrests-gray-fg4653/product_524546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-gala-apples-8-pack-900-00032/product_24298419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-24-x-32-canvas-art-ali1138-c2432gg/product_2078562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-big-grid-jewel-12-x-12-monthly-wall-calendar-blue-yellow-32466/product_24561026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-unbreakable-1-pocket-plastic-wall-file-clear-65986/product_513958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-staying-in-san-francisco-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0133-w1114bmf/product_2079438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-products-eco-air-dispenser-cabinet-white-frseacab/product_24522187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cats-dogs-12-x-12-monthly-wall-calendar-32916/product_24585609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-recycling-waste-containers-square-w-pcr-content-clue-50-gallon/product_936512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-products-urinal-deodorizer-blocks-cherry-scent-3-oz-red-12-box-12-boxes-carton/product_24543415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-products-wave-3d-urinal-screen-cotton-blossom-10-box/product_2801455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-color-block-3-5-x-6-5-weekly-monthly-planner-multicolor-39342/product_24562794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-products-wave-3d-urinal-screens-cucumber-melon-10-box-frs3wds60cme/product_318421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-waste-container-lids-square-swing-top-grey-fits-23-gallon-containers/product_161850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-value-pro-mop-head-headband-fgv11600wh00/product_698150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-corgis-dogs-and-puppies-6-x-5-5-daily-day-to-day-calendar-multicolor-36273/product_24575014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-vented-slim-jim-resin-trash-can-16-gallon-black-1955959/product_24542947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-11-x-14-ali0741-w1114mf/product_1732309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-16-x-20-ali0741-b1620mf/product_1732314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-europe-12-x-12-wall-calendar-33456/product_24561097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-10-000-btu-smart-window-air-conditioner-with-remote-wifi-enabled-white-fhww104wd1/product_24601116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-janitorial-down-press-wringer-35-quart-yellow-2064959/product_24357601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-garden-view-12-x-12-monthly-wall-calendar-33609/product_24560995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-33-pound-clear-square-ice-compact-ice-maker-efic229-vcm/product_24542648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-grateful-thankful-blessed-12-x-12-monthly-wall-calendar-blue-yellow-33760/product_24561089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ruffles-cheddar-sour-cream-potato-chips-1-5-oz-64-carton-44365/product_354804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-4-75-qt-1-200-watt-retro-stand-mixer-pink-estm020-pink/product_24542642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-greece-12-x-12-monthly-wall-calendar-33814/product_24585587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-grateful-thankful-blessed-12-x-12-monthly-wall-calendar-blue-yellow-33760/product_24585566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ruffles-oven-baked-cheddar-sour-cream-potato-chips-1-13-oz-bags-64-bags-carton-44400/product_148130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-16-x-20-ali0743-b1620mf/product_1727949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-35-x-47-ali0743-c3547gg/product_1727321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-be-kind-12-x-12-monthly-wall-calendar-32329/product_24561022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-24-x-32-ali0743-c2432gg/product_1727362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-holidays-for-days-6-2-x-5-4-day-to-day-calendar-36372/product_24576766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-11-clear-chrome-erp14st/product_24477004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-8-000-btu-window-air-conditioner-with-remote-black-fhwc083wab/product_24601115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-efr115-b-purple-com-1-6-cubic-ft-50-watt-compact-refrigerator/product_24542665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-hummingbirds-12-x-12-monthly-wall-calendar-33999x/product_24585576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd25206gr00/product_851615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-16-x-20-white-matted-wood-frame-ali1138-w1620mf/product_2086560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-everything-bagels-6-pack-900-00009/product_24298425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beagles-6-x-5-5-daily-day-to-day-calendar-multicolor-36181/product_24575037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd51306wh00/product_852103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-18-x-24-canvas-art-ali1138-c1824gg/product_2078744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-iii-by-moises-levy-11-x-14-white-matted-black-frame-ali1139-b1114mf/product_2077474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-fuji-apples-8-pack-900-00040/product_24357426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-gala-apples-8-pack-900-00032/product_24298419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tcell-passive-air-care-refill-citrus-6-carton-fg402113/product_848944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tilt-adjustable-footrests-gray-fg4653/product_524546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-big-grid-jewel-12-x-12-monthly-wall-calendar-blue-yellow-32466/product_24561026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-24-x-32-canvas-art-ali1138-c2432gg/product_2078562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-unbreakable-1-pocket-plastic-wall-file-clear-65986/product_513958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-staying-in-san-francisco-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0133-w1114bmf/product_2079438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-products-eco-air-dispenser-cabinet-white-frseacab/product_24522187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cats-dogs-12-x-12-monthly-wall-calendar-32916/product_24585609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-recycling-waste-containers-square-w-pcr-content-clue-50-gallon/product_936512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-waste-container-lids-square-swing-top-grey-fits-23-gallon-containers/product_161850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-products-wave-3d-urinal-screens-cucumber-melon-10-box-frs3wds60cme/product_318421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-color-block-3-5-x-6-5-weekly-monthly-planner-multicolor-39342/product_24562794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-products-urinal-deodorizer-blocks-cherry-scent-3-oz-red-12-box-12-boxes-carton/product_24543415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fresh-products-wave-3d-urinal-screen-cotton-blossom-10-box/product_2801455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-value-pro-mop-head-headband-fgv11600wh00/product_698150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-corgis-dogs-and-puppies-6-x-5-5-daily-day-to-day-calendar-multicolor-36273/product_24575014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-europe-12-x-12-wall-calendar-33456/product_24561097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-10-000-btu-smart-window-air-conditioner-with-remote-wifi-enabled-white-fhww104wd1/product_24601116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-11-x-14-ali0741-w1114mf/product_1732309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-vented-slim-jim-resin-trash-can-16-gallon-black-1955959/product_24542947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-16-x-20-ali0741-b1620mf/product_1732314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-33-pound-clear-square-ice-compact-ice-maker-efic229-vcm/product_24542648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-garden-view-12-x-12-monthly-wall-calendar-33609/product_24560995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-janitorial-down-press-wringer-35-quart-yellow-2064959/product_24357601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-grateful-thankful-blessed-12-x-12-monthly-wall-calendar-blue-yellow-33760/product_24561089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-4-75-qt-1-200-watt-retro-stand-mixer-pink-estm020-pink/product_24542642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-16-x-20-ali0743-b1620mf/product_1727949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-grateful-thankful-blessed-12-x-12-monthly-wall-calendar-blue-yellow-33760/product_24585566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ruffles-cheddar-sour-cream-potato-chips-1-5-oz-64-carton-44365/product_354804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ruffles-oven-baked-cheddar-sour-cream-potato-chips-1-13-oz-bags-64-bags-carton-44400/product_148130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-greece-12-x-12-monthly-wall-calendar-33814/product_24585587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-35-x-47-ali0743-c3547gg/product_1727321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-24-x-32-ali0743-c2432gg/product_1727362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-11-clear-chrome-erp14st/product_24477004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-holidays-for-days-6-2-x-5-4-day-to-day-calendar-36372/product_24576766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-8-000-btu-window-air-conditioner-with-remote-black-fhwc083wab/product_24601115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-efr115-b-purple-com-1-6-cubic-ft-50-watt-compact-refrigerator/product_24542665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-hummingbirds-12-x-12-monthly-wall-calendar-33999x/product_24585576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:52:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:52:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-efr115-b-red-1-6-cubic-ft-50-watt-compact-refrigerator/product_24542668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-72-silver-gold-matte-erp46st-slv-gld/product_24476999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-just-horses-12-x-12-monthly-wall-calendar-33975/product_24585583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-24-x-32-ali0744-c2432gg/product_1727361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-61-can-mini-portable-fridge-with-top-mounted-active-cooling-can-holder-blue-efmis171-blue/product_24542670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-17-67-glossy-light-blue-erp11st/product_24463562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-35-cubic-ft-15-can-mini-retro-stainless-steel-fridge-efmis183-ss/product_24542636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-18-x-24-ali0745-c1824gg/product_1732292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-lightning-power-bank-for-apple-smartphones-2500mah-leopard-rc25-l-g2-leop/product_24466303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fringe-journal-9-5-h-x-7-5-w-watercolor-indigo-841028/product_24319538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fringe-doodle-dog-ceramic-mug-16-oz-white-blush-399078/product_24231622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-11-x-14-ali0746-b1114mf/product_1729353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-lighthouses-12-x-12-monthly-wall-calendar-34279/product_24585561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-meditation-12-x-12-monthly-wall-calendar-34408/product_24561086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fringe-studio-ceramic-mug-12-oz-white-gold-421011/product_24474032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-most-smartphones-2500mah-blue-rc25-c-g2-blue/product_24466332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-18-x-24-ali0747-c1824gg/product_1729205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-16-x-20-ali0747-b1620mf/product_1727940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-11-x-14-ali0747-w1114mf/product_1729344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rush-charge-max-lightning-power-bank-for-iphone-ipad-ipad-touch-3600mah-gold-l-rc36-g1-gold/product_24466298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-mountain-view-12-x-12-monthly-wall-calendar-34545/product_24585556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-naptime-cats-12-x-12-monthly-wall-calendar-34569/product_24585638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-11-x-14-ali0748-b1114mf/product_1732284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-11-x-14-ali0748-w1114mf/product_1732277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rush-labels-2-diameter-red-black-500-rl/product_573200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-naptime-dogs-puppies-12-x-12-monthly-wall-calendar-34576/product_24561037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rush-charge-trident-lightning-micro-usb-usb-c-power-bank-for-most-devices-4000mah-silver-tr-rc40-g1-slvr/product_24466319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-12-x-12-monthly-wall-calendar-34606/product_24561078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frog-notepad-50-sheets-pd/product_841784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frogtape-225-1-88-x-60-yds-masking-tape-gold-3-pack-105322/product_24488909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-10-x-24-dry-erase-weekly-wall-calendar-bundle-clear-white-54446/product_24548606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-brodie-s-leap-from-the-brooklyn-bridge-canvas-art-16x32-inches/product_244979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-7-x-7-monthly-wall-calendar-36884/product_24588659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-by-ines-kouidis-18-x-18-canvas-art-ali0996-c1818gg/product_2085412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/front-porch-classics-classic-ring-toss-ug-53912/product_24516805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frooties-blue-raspberry-chewy-candy-28-oz-209-00086/product_184510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-4-compartment-stackable-acrylic-organization-solution-clear-gold-36933/product_24548609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ocean-view-12-x-12-monthly-wall-calendar-34729/product_24585651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stick-with-me-1-by-pat-saunders-16-x-20-white-matted-silver-frame-ps016-s1620mf/product_2084877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-4-piece-desk-organizer-set-acrylic-clear-38591/product_24594230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-fall-by-philippe-sainte-laudy-3-3-x-4-8-multi-panel-art-set-psl0416-p5-set/product_2080406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-25-x-12-5-pegboard-shelf-clear-gold-69146/product_24594234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-accessories-deluxe-bundle-black-acrylic-54250/product_24548601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fruit-by-the-foot-gluten-free-fruit-strips-variety-pack-0-75-oz-209-00408/product_2102173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-18-x-24-canvas-art/product_313446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-piece-desk-organizer-set-acrylic-clear-53695/product_24594231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-plastic-document-stand-with-lip-clear-gold-44625/product_24448341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-desk-organizer-5-x-8-x-2-1-2/product_2420679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-26-x-32-canvas-art/product_313455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-clay-white-16806274/product_24556390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-efr115-b-red-1-6-cubic-ft-50-watt-compact-refrigerator/product_24542668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-mint-green-16806262/product_IM102QF51 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-labs-box-calendar-daily-desk-5-5-x-6-36440/product_24575054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-72-silver-gold-matte-erp46st-slv-gld/product_24476999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-just-horses-12-x-12-monthly-wall-calendar-33975/product_24585583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-61-can-mini-portable-fridge-with-top-mounted-active-cooling-can-holder-blue-efmis171-blue/product_24542670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-17-67-glossy-light-blue-erp11st/product_24463562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-24-x-32-ali0744-c2432gg/product_1727361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-35-cubic-ft-15-can-mini-retro-stainless-steel-fridge-efmis183-ss/product_24542636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fujifilm-monochrome-instax-film-10pk/product_2637040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-lightning-power-bank-for-apple-smartphones-2500mah-leopard-rc25-l-g2-leop/product_24466303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-18-x-24-ali0745-c1824gg/product_1732292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fringe-journal-9-5-h-x-7-5-w-watercolor-indigo-841028/product_24319538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fringe-doodle-dog-ceramic-mug-16-oz-white-blush-399078/product_24231622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-11-x-14-ali0746-b1114mf/product_1729353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-lighthouses-12-x-12-monthly-wall-calendar-34279/product_24585561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-meditation-12-x-12-monthly-wall-calendar-34408/product_24561086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fringe-studio-ceramic-mug-12-oz-white-gold-421011/product_24474032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-18-x-24-ali0747-c1824gg/product_1729205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-16-x-20-ali0747-b1620mf/product_1727940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-most-smartphones-2500mah-blue-rc25-c-g2-blue/product_24466332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-11-x-14-ali0747-w1114mf/product_1729344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-mountain-view-12-x-12-monthly-wall-calendar-34545/product_24585556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rush-charge-max-lightning-power-bank-for-iphone-ipad-ipad-touch-3600mah-gold-l-rc36-g1-gold/product_24466298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-naptime-cats-12-x-12-monthly-wall-calendar-34569/product_24585638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-11-x-14-ali0748-b1114mf/product_1732284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rush-labels-2-diameter-red-black-500-rl/product_573200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-naptime-dogs-puppies-12-x-12-monthly-wall-calendar-34576/product_24561037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rush-charge-trident-lightning-micro-usb-usb-c-power-bank-for-most-devices-4000mah-silver-tr-rc40-g1-slvr/product_24466319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-12-x-12-monthly-wall-calendar-34606/product_24561078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-11-x-14-ali0748-w1114mf/product_1732277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frog-notepad-50-sheets-pd/product_841784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frogtape-225-1-88-x-60-yds-masking-tape-gold-3-pack-105322/product_24488909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-10-x-24-dry-erase-weekly-wall-calendar-bundle-clear-white-54446/product_24548606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-brodie-s-leap-from-the-brooklyn-bridge-canvas-art-16x32-inches/product_244979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-steve-by-ines-kouidis-18-x-18-canvas-art-ali0996-c1818gg/product_2085412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-7-x-7-monthly-wall-calendar-36884/product_24588659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/frooties-blue-raspberry-chewy-candy-28-oz-209-00086/product_184510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/front-porch-classics-classic-ring-toss-ug-53912/product_24516805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-25-x-12-5-pegboard-shelf-clear-gold-69146/product_24594234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-fall-by-philippe-sainte-laudy-3-3-x-4-8-multi-panel-art-set-psl0416-p5-set/product_2080406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-4-piece-desk-organizer-set-acrylic-clear-38591/product_24594230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stick-with-me-1-by-pat-saunders-16-x-20-white-matted-silver-frame-ps016-s1620mf/product_2084877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ocean-view-12-x-12-monthly-wall-calendar-34729/product_24585651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-4-compartment-stackable-acrylic-organization-solution-clear-gold-36933/product_24548609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-accessories-deluxe-bundle-black-acrylic-54250/product_24548601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-18-x-24-canvas-art/product_313446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fruit-by-the-foot-gluten-free-fruit-strips-variety-pack-0-75-oz-209-00408/product_2102173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-plastic-document-stand-with-lip-clear-gold-44625/product_24448341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-desk-organizer-5-x-8-x-2-1-2/product_2420679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-piece-desk-organizer-set-acrylic-clear-53695/product_24594231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-clay-white-16806274/product_24556390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-26-x-32-canvas-art/product_313455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-mint-green-16806262/product_IM102QF51 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-labs-box-calendar-daily-desk-5-5-x-6-36440/product_24575054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fujifilm-monochrome-instax-film-10pk/product_2637040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-useful-by-lois-bryan-canvas-ready-to-hang-16x24-inches/product_249686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-11-x-14-wood-frame-mt0784-w1114bmf/product_2081960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-what-goldens-teach-us-engagement-calendar-weekly-planner-6-5-x-8-5-spiral-37935/product_24574729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-what-labs-teach-us-weekly-engagement-calendar-6-5-x-8-5-spiral-planner-37959/product_24574964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-psalms-12-x-12-monthly-wall-calendar-34996x/product_24561048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-pugs-6-x-5-5-daily-day-to-day-calendar-multicolor-36495/product_24574760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-stackable-rotating-acrylic-desk-tray-clear-93920/product_24594238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-storm-on-pacific-coast-35-x-47-canvas-art/product_314194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-tray-clear-acrylic-31383/product_24448321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-16-x-20-black-matted-silver-frame-rs023-s1620bmf/product_2084834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strongman-by-dan-monteavaro-11-x-14-white-matted-black-frame-ali0961-b1114mf/product_2077608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-hanging-file-folder-straight-cut-letter-size-bright-white-10-pack-82372/product_24514181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-drafter-s-tablet-notepad-6-38-x-8-88-black-white-100-sheets-pad-40441/product_24448287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strongman-by-dan-monteavaro-18-x-24-canvas-art-ali0961-c1824gg/product_2078924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-magazine-file-with-gold-toned-hardware-acrylic-clear-31729/product_24448339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-today-i-learned-facts-and-daily-trivia-6-x-5-5-daily-day-to-day-calendar-multicolor-36549/product_24574754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strongman-by-dan-monteavaro-24-x-32-canvas-art-ali0961-c2432gg/product_2078514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-succulent-rain-drop-18-x-18-canvas-art/product_314657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-succulent-rain-drop-14-x-14-canvas-art/product_314656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-notepad-7-x-10-college-ruled-black-180-sheets-pad-62861/product_24538185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanner-pick-roller/product_IM16KF892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix1300-wireless-duplex-document-scanner-black-pa03805-b105/product_24512298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-slim-file-box-clear-acrylic-31733/product_24514189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-tropical-islands-12-x-12-monthly-wall-calendar-35658/product_24561006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-rail-transparent-acrylic-44622/product_24448340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-standard-acrylic-calendar-whiteboard-2-x-2-44624/product_24448330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-to-do-sticky-notes-4-x-6-white-charcoal-50-sheets-pad-3-pads-pack-18909/product_24469108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-11-x-14-wood-frame-art/product_501549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-100-00-gift-card-email-delivery-1023994b10000/product_24577676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-wall-valet-accessories-holder-clear-acrylic-44627/product_24448338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-16-x-20-black-frame-art/product_493076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fun-science-large-pipettes-25-pack-fi-p105a/product_1111100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wildflowers-12-x-12-monthly-wall-calendar-35986/product_24585598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rust-oleum-hard-hat-v2100-gloss-spray-paint-black-15-oz-6-pack-v2179838/product_24490496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer-navy-f101-bsna2/product_24585714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-you-goat-this-12-x-12-monthly-wall-calendar-37546/product_24585592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer-gray-f101-bsgr2/product_24585719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-af1600-athletic-field-striping-paint-white-17-oz-spray-12-pack-206043/product_24383726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-multipurpose-enamel-spray-primer-gray-12-oz-6-pack-1680830v/product_24552448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/function101-cable-blocks-magnetic-cable-management-system-navy-4-pack-f101-cbnvy/product_24585708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-18-x-24-canvas-art-ma0611-c1824gg/product_2078651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-2026-blue-sky-paradise-again-3-63-x-6-13-monthly-planner-plastic-cover-multicolor-150543/product_24584864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/function101-cable-blocks-magnetic-cable-management-system-pink-4-pack-f101-cbpnk/product_24585718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-useful-by-lois-bryan-canvas-ready-to-hang-16x24-inches/product_249686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-11-x-14-wood-frame-mt0784-w1114bmf/product_2081960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-what-goldens-teach-us-engagement-calendar-weekly-planner-6-5-x-8-5-spiral-37935/product_24574729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-what-labs-teach-us-weekly-engagement-calendar-6-5-x-8-5-spiral-planner-37959/product_24574964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-psalms-12-x-12-monthly-wall-calendar-34996x/product_24561048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rust-oleum-v2100-system-gloss-spray-primer-gray-15-oz-6-pack-v2182838/product_24490502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-pugs-6-x-5-5-daily-day-to-day-calendar-multicolor-36495/product_24574760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-stackable-rotating-acrylic-desk-tray-clear-93920/product_24594238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-storm-on-pacific-coast-35-x-47-canvas-art/product_314194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-tray-clear-acrylic-31383/product_24448321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-16-x-20-black-matted-silver-frame-rs023-s1620bmf/product_2084834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-hanging-file-folder-straight-cut-letter-size-bright-white-10-pack-82372/product_24514181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strongman-by-dan-monteavaro-11-x-14-white-matted-black-frame-ali0961-b1114mf/product_2077608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strongman-by-dan-monteavaro-18-x-24-canvas-art-ali0961-c1824gg/product_2078924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-drafter-s-tablet-notepad-6-38-x-8-88-black-white-100-sheets-pad-40441/product_24448287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-magazine-file-with-gold-toned-hardware-acrylic-clear-31729/product_24448339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-today-i-learned-facts-and-daily-trivia-6-x-5-5-daily-day-to-day-calendar-multicolor-36549/product_24574754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strongman-by-dan-monteavaro-24-x-32-canvas-art-ali0961-c2432gg/product_2078514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-succulent-rain-drop-18-x-18-canvas-art/product_314657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-succulent-rain-drop-14-x-14-canvas-art/product_314656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-notepad-7-x-10-college-ruled-black-180-sheets-pad-62861/product_24538185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanner-pick-roller/product_IM16KF892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix1300-wireless-duplex-document-scanner-black-pa03805-b105/product_24512298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-slim-file-box-clear-acrylic-31733/product_24514189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-tropical-islands-12-x-12-monthly-wall-calendar-35658/product_24561006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-rail-transparent-acrylic-44622/product_24448340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-standard-acrylic-calendar-whiteboard-2-x-2-44624/product_24448330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-to-do-sticky-notes-4-x-6-white-charcoal-50-sheets-pad-3-pads-pack-18909/product_24469108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-11-x-14-wood-frame-art/product_501549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-100-00-gift-card-email-delivery-1023994b10000/product_24577676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/russellhazel-wall-valet-accessories-holder-clear-acrylic-44627/product_24448338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-16-x-20-black-frame-art/product_493076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fun-science-large-pipettes-25-pack-fi-p105a/product_1111100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wildflowers-12-x-12-monthly-wall-calendar-35986/product_24585598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rust-oleum-hard-hat-v2100-gloss-spray-paint-black-15-oz-6-pack-v2179838/product_24490496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer-navy-f101-bsna2/product_24585714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-you-goat-this-12-x-12-monthly-wall-calendar-37546/product_24585592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer-gray-f101-bsgr2/product_24585719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-af1600-athletic-field-striping-paint-white-17-oz-spray-12-pack-206043/product_24383726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-multipurpose-enamel-spray-primer-gray-12-oz-6-pack-1680830v/product_24552448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/function101-cable-blocks-magnetic-cable-management-system-pink-4-pack-f101-cbpnk/product_24585718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-2026-blue-sky-paradise-again-3-63-x-6-13-monthly-planner-plastic-cover-multicolor-150543/product_24584864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-18-x-24-canvas-art-ma0611-c1824gg/product_2078651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/function101-cable-blocks-magnetic-cable-management-system-navy-4-pack-f101-cbnvy/product_24585708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rust-oleum-v2100-system-gloss-spray-primer-gray-15-oz-6-pack-v2182838/product_24490502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-1888-18-x-24-canvas-art/product_501106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rx-bar-a-m-gluten-free-honey-cinnamon-peanut-butter-protein-bar-1-9-oz-12-bars-box-kee00533/product_24552187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-1888-35-x-47-canvas-art/product_499423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-11-x-14-wood-frame-art/product_315104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-12-x-17-monthly-wall-calendar-pm2-28-25/product_24582773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-16-x-20-black-frame-art/product_315099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-12-x-27-three-month-wall-calendar-white-black-sw115-28-25/product_24582702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-peanut-butter-chocolate-protein-bar-1-83-oz-dozen-691519-rxf010/product_24569596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-15-5-x-22-75-monthly-wall-calendar-white-purple-pm3-28-25/product_24582992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-16-x-12-yearly-wet-erase-wall-calendar-reversible-white-red-pm330b-28-25/product_24582746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-strawberry-protein-bar-1-83-oz-12-bars-box-1-93908-00580/product_24575585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fusion-magazine-file-white-gray-37521/product_2432536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-inc-small-broom-30-2-pack-sma92416-2/product_24515384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-14-x-19-canvas-art/product_314898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fusion-pencil-cup-holder-white-gray-37524/product_2432541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-force-1-73-4-piece-silicone-toiletry-bag-kit-assorted-colors-26815/product_24597931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-whisk-broom-and-dust-pan-set-smae85655/product_975940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/s-o-s-all-surface-scrubber-sponge-3-sponges-pack-8-packs-case-91028/product_848577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-30-x-47-canvas-art/product_314901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-22-x-32-canvas-art/product_314900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-hour-7-x-8-75-daily-appointment-book-planner-faux-leather-cover-black-70-824-05-25/product_24582752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-pond-18-x-24-canvas-art/product_314300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-16-x-20-black-frame-art/product_312942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/sabrent-4-port-usb-2-0-hub-with-individual-power-switches/product_IM17HP624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/sabrent-2-1-2-3-1-2-sata-external-hard-drive-flat-docking-station-ec-dflt/product_IM1YP5932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-force-travel-blanket-50-x-47-gray-27119/product_24597925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/sabrent-10-port-desktop-smart-usb-rapid-charger-ax-tpcs/product_IM1ZK6312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-75-x-6-75-weekly-monthly-planner-refill-white-brown-471-285y-25/product_24583017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-small-12-pr/product_177595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-16-x-20-wood-frame-art/product_312948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/sabrent-sb-rocket-4tb-4tb-pci-express-internal-solid-state-drive/product_IM17QK440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-cl-seamless-cotton-polyester-knit-with-latex-coating-small-12-pairs-39-1310-s/product_179964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/sadie-mid-back-executive-chair-fixed-padded-arms-black-leather-bsxvst305/product_2722155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-red-pm26p-28-25/product_24583024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/saf-t-cart-medical-u-handle-cart-green/product_1012519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-force-seamless-cotton-polyester-knit-with-latex-coating-xl-12-pr/product_179924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-white-blue-a1152-25/product_24582727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/saf-t-cart-series-800-standard-cylinder-cart-23-in-capacity-44-in-h-x-35-in-w/product_764413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-1-pocket-aluminum-wall-file-gray-50026/product_517642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-m-12pr/product_179943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-16-x-20-wood-frame-art/product_317673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-18-x-24-canvas-art/product_317668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-2-shelf-metal-mobile-machine-stand-with-lockable-wheels-gray-1871gr/product_733215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-1888-18-x-24-canvas-art/product_501106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rx-bar-a-m-gluten-free-honey-cinnamon-peanut-butter-protein-bar-1-9-oz-12-bars-box-kee00533/product_24552187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-35-x-47-canvas-art/product_317671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-1888-35-x-47-canvas-art/product_499423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-11-x-14-wood-frame-art/product_315104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-12-x-17-monthly-wall-calendar-pm2-28-25/product_24582773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-16-x-20-black-frame-art/product_315099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-12-x-27-three-month-wall-calendar-white-black-sw115-28-25/product_24582702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-peanut-butter-chocolate-protein-bar-1-83-oz-dozen-691519-rxf010/product_24569596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-15-5-x-22-75-monthly-wall-calendar-white-purple-pm3-28-25/product_24582992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-16-x-12-yearly-wet-erase-wall-calendar-reversible-white-red-pm330b-28-25/product_24582746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-strawberry-protein-bar-1-83-oz-12-bars-box-1-93908-00580/product_24575585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fusion-magazine-file-white-gray-37521/product_2432536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-14-x-19-canvas-art/product_314898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-inc-small-broom-30-2-pack-sma92416-2/product_24515384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/fusion-pencil-cup-holder-white-gray-37524/product_2432541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-force-1-73-4-piece-silicone-toiletry-bag-kit-assorted-colors-26815/product_24597931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/s-m-arnold-whisk-broom-and-dust-pan-set-smae85655/product_975940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/s-o-s-all-surface-scrubber-sponge-3-sponges-pack-8-packs-case-91028/product_848577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-30-x-47-canvas-art/product_314901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-22-x-32-canvas-art/product_314900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-hour-7-x-8-75-daily-appointment-book-planner-faux-leather-cover-black-70-824-05-25/product_24582752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-pond-18-x-24-canvas-art/product_314300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-16-x-20-black-frame-art/product_312942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/sabrent-4-port-usb-2-0-hub-with-individual-power-switches/product_IM17HP624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/sabrent-2-1-2-3-1-2-sata-external-hard-drive-flat-docking-station-ec-dflt/product_IM1YP5932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-force-travel-blanket-50-x-47-gray-27119/product_24597925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/sabrent-10-port-desktop-smart-usb-rapid-charger-ax-tpcs/product_IM1ZK6312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-75-x-6-75-weekly-monthly-planner-refill-white-brown-471-285y-25/product_24583017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-small-12-pr/product_177595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-16-x-20-wood-frame-art/product_312948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/sabrent-sb-rocket-4tb-4tb-pci-express-internal-solid-state-drive/product_IM17QK440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-cl-seamless-cotton-polyester-knit-with-latex-coating-small-12-pairs-39-1310-s/product_179964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/sadie-mid-back-executive-chair-fixed-padded-arms-black-leather-bsxvst305/product_2722155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-red-pm26p-28-25/product_24583024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/saf-t-cart-medical-u-handle-cart-green/product_1012519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-force-seamless-cotton-polyester-knit-with-latex-coating-xl-12-pr/product_179924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/saf-t-cart-series-800-standard-cylinder-cart-23-in-capacity-44-in-h-x-35-in-w/product_764413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-white-blue-a1152-25/product_24582727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-1-pocket-aluminum-wall-file-gray-50026/product_517642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-m-12pr/product_179943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-16-x-20-wood-frame-art/product_317673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-18-x-24-canvas-art/product_317668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-2-shelf-metal-mobile-machine-stand-with-lockable-wheels-gray-1871gr/product_733215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-35-x-47-canvas-art/product_317671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-kev-seamless-knit-nitrile-coated-cut-resistant-gloves-ansi-a2-yellow-medium-12-pairs-09-k1450-m/product_179393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-black-matted-wood-frame-sg5734-w1111bmf/product_2081090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-npg-seamless-knit-work-gloves-nylon-with-polyurethane-coating-gray-12-pack/product_SS163416365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-7-x-8-75-weekly-appointment-book-faux-leather-cover-black-70-951-05-25/product_24583073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-7-x-8-75-monthly-planner-faux-leather-cover-blue-70-124-20-25/product_24583067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-24-compartment-literature-organizers-39-25-x-16-25-medium-oak-9423mo/product_396050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gain-aroma-boost-he-liquid-laundry-detergent-moonlight-breeze-scent-107-loads-154-fl-oz-77196/product_24539942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gain-flings-laundry-detergent-capsules-56-oz-76-capsules-91796/product_24528378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-11-4-person-daily-appointment-book-faux-leather-cover-black-70-822-05-25/product_24582731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-book-cart-with-swivel-wheels-sand-5358sa/product_147998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gain-fireworks-in-wash-scent-booster-beads-original-18-2-oz-76343/product_2756550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gain-ultra-liquid-dish-soap-original-scent-38-oz-74346/product_24533117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-12-x-19-canvas-art-sg5737-c1219gg/product_2081267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-16-x-20-black-matted-black-frame-sg5737-b1620bmf/product_2077053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-16-x-20-black-matted-wood-frame-sg5737-w1620bmf/product_2077051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gamestop-gift-card-100-email-delivery/product_179822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-badge-floral-8-5-x-11-weekly-monthly-planner-poly-cover-multicolor-1722f-905-25/product_24582823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-16-x-24-canvas-art-sg5737-c1624gg/product_2077876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-3500-series-ergonomic-leather-executive-big-tall-chair-500-lb-capacity-black-3502bl/product_2736635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gamestop-gift-card-50-email-delivery/product_179821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gamewright-disney-marvel-star-wars-pop-it-sensory-toy-and-game-3-10-years-1803/product_24501874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-16-x-24-canvas-art-ks01100-c1624gg/product_2081013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-through-the-trees-18-x-24-canvas-art/product_313963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-through-the-trees-26-x-32-canvas-art/product_313964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-9-x-11-monthly-planner-faux-leather-cover-purple-70-250x-14-25/product_24583059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-50/product_2634008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-4-shelf-powder-coated-steel-stand-alone-36-black-5247bl/product_1290459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-weekly-appointment-book-faux-leather-cover-black-g210-00-25/product_24583000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-11-x-14-black-frame-art/product_317162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garland-manufacturing-hammer-faces-rawhide-face-size-4/product_711438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrise-walking-by-beata-czyzowska-young-3-6-x-2-6-multi-panel-art-set-bc0148-p5-set/product_2080267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-5-monthly-planner-faux-leather-cover-black-g400h-00-25/product_24582697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gardner-bender-12-heavy-duty-cable-ties-uv-black-100-carton-623-46-412uvb/product_1012574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-5-compartments-steel-file-organizer-black-3127bl/product_147940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-5-drawer-steel-flat-file-cabinet-24-x-36-documents-black-4994blr/product_1965663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-010-01858-02-d-zl-580-lmt-s-5-in-gps-navigator-with-bluetooth-free-lifetime-maps-traffic-updates-black/product_24526078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-75-monthly-planner-faux-leather-cover-black-g470h-00-25/product_24582996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-11-x-11-white-matted-black-frame-ali1082-b1111mf/product_2083839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-18-x-18-canvas-art-ali1082-c1818gg/product_2085381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-72-w-desktop-hutch-gray-ahg72lgs/product_1961523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-010-02314-00-dezl-otr800-8-in-gps-truck-navigator/product_24526071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-kev-seamless-knit-nitrile-coated-cut-resistant-gloves-ansi-a2-yellow-medium-12-pairs-09-k1450-m/product_179393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-black-matted-wood-frame-sg5734-w1111bmf/product_2081090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-7-x-8-75-weekly-appointment-book-faux-leather-cover-black-70-951-05-25/product_24583073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/g-tek-npg-seamless-knit-work-gloves-nylon-with-polyurethane-coating-gray-12-pack/product_SS163416365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-7-x-8-75-monthly-planner-faux-leather-cover-blue-70-124-20-25/product_24583067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-35-x-35-canvas-art-ali1082-c3535gg/product_2079977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-24-compartment-literature-organizers-39-25-x-16-25-medium-oak-9423mo/product_396050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gain-aroma-boost-he-liquid-laundry-detergent-moonlight-breeze-scent-107-loads-154-fl-oz-77196/product_24539942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gain-flings-laundry-detergent-capsules-56-oz-76-capsules-91796/product_24528378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-11-4-person-daily-appointment-book-faux-leather-cover-black-70-822-05-25/product_24582731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gain-ultra-liquid-dish-soap-original-scent-38-oz-74346/product_24533117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gain-fireworks-in-wash-scent-booster-beads-original-18-2-oz-76343/product_2756550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-book-cart-with-swivel-wheels-sand-5358sa/product_147998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-12-x-19-canvas-art-sg5737-c1219gg/product_2081267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-16-x-20-black-matted-black-frame-sg5737-b1620bmf/product_2077053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-16-x-20-black-matted-wood-frame-sg5737-w1620bmf/product_2077051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gamestop-gift-card-100-email-delivery/product_179822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-badge-floral-8-5-x-11-weekly-monthly-planner-poly-cover-multicolor-1722f-905-25/product_24582823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-16-x-24-canvas-art-sg5737-c1624gg/product_2077876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-3500-series-ergonomic-leather-executive-big-tall-chair-500-lb-capacity-black-3502bl/product_2736635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gamestop-gift-card-50-email-delivery/product_179821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gamewright-disney-marvel-star-wars-pop-it-sensory-toy-and-game-3-10-years-1803/product_24501874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-16-x-24-canvas-art-ks01100-c1624gg/product_2081013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-through-the-trees-18-x-24-canvas-art/product_313963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-through-the-trees-26-x-32-canvas-art/product_313964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-9-x-11-monthly-planner-faux-leather-cover-purple-70-250x-14-25/product_24583059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-50/product_2634008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-4-shelf-powder-coated-steel-stand-alone-36-black-5247bl/product_1290459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-11-x-14-black-frame-art/product_317162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-weekly-appointment-book-faux-leather-cover-black-g210-00-25/product_24583000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garland-manufacturing-hammer-faces-rawhide-face-size-4/product_711438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrise-walking-by-beata-czyzowska-young-3-6-x-2-6-multi-panel-art-set-bc0148-p5-set/product_2080267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-5-monthly-planner-faux-leather-cover-black-g400h-00-25/product_24582697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gardner-bender-12-heavy-duty-cable-ties-uv-black-100-carton-623-46-412uvb/product_1012574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-5-compartments-steel-file-organizer-black-3127bl/product_147940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-5-drawer-steel-flat-file-cabinet-24-x-36-documents-black-4994blr/product_1965663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-010-01858-02-d-zl-580-lmt-s-5-in-gps-navigator-with-bluetooth-free-lifetime-maps-traffic-updates-black/product_24526078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-75-monthly-planner-faux-leather-cover-black-g470h-00-25/product_24582996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-11-x-11-white-matted-black-frame-ali1082-b1111mf/product_2083839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-18-x-18-canvas-art-ali1082-c1818gg/product_2085381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-72-w-desktop-hutch-gray-ahg72lgs/product_1961523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-010-02314-00-dezl-otr800-8-in-gps-truck-navigator/product_24526071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-35-x-35-canvas-art-ali1082-c3535gg/product_2079977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-010-02347-00-montana-750i-rugged-gps-touchscreen-navigator-with-inreach-technology-8-megapixel-camera/product_24526073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-010-02347-10-montana-700i-rugged-gps-touchscreen-navigator-with-inreach-technology/product_24526067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-approach-g10-clip-on-golf-gps-system-010-01959-00/product_24357698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-78-tan-storage-locker-5527tn/product_372473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-flip-a-week-7-x-5-5-weekly-desk-calendar-refill-white-blue-sw705x-50-25/product_24582729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-dash-cam-57-140-field-of-view-1440p-hd-010-02505-10/product_24543217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-kathy-davis-6-75-x-3-75-weekly-monthly-planner-refill-multicolor-kd71-285y-25/product_24583019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-9902-stainless-steel-medical-receptacle-silver-7-5-gal-9902ss/product_148463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-etrex-22x-rugged-handheld-gps-010-02256-00/product_24440106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-15-1-4-desk-pedestal-file-file-gray-steel-aff26lgs/product_1961527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-24-personal-storage-tower-gray-steel-apstlgs/product_1961599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-5-x-7-dots-invitations-ivory-gold-25-pack/product_266527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-red-6-pack-60894/product_816104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-black-gold-6-pack-35003/product_484783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-8-5-x-11-green-border-ivory-pack-35593/product_487581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-16-x-12-yearly-monthly-wet-erase-wall-calendar-reversible-pm550b-28-25/product_24582748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-in-paris-and-new-york-by-philippe-hugonnard-24-x-32-canvas-art-ph0114-c2432gg/product_2081152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-11-x-14-black-matted-wood-frame-ma0642-w1114bmf/product_2082055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-parchment-gold-foil-15-carton-77743/product_816095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-horizontal-paper-manager-5-compartment-cherry-ahpmldc/product_850644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-6-x-3-5-daily-calendar-refill-multicolor-e517-50-25/product_24582699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-12-x-19-canvas-art-ma0642-c1219gg/product_2079750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-personal-storage-tower-mocha-68-3-4-h-x-24-w-x-24-d/product_870202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-single-pedestal-credenza-pencil-box-box-file-mocha-27-1-2-h-x-15-1-4-w-x-20-d/product_846441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-16-x-20-white-matted-black-frame-ma0642-b1620mf/product_2086175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-single-pedestal-desk-file-file-mocha-aff26ldc/product_846443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-30-x-47-canvas-art-ma0642-c3047gg/product_2077032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-everyday-letterheads-gray-20-pack-27511/product_2721268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-chalkboard-tags-24-count-black-18527/product_2465629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-7-x-8-75-monthly-planner-faux-leather-cover-black-70-120g-05-25/product_24582993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-venice-1902-22-x-32-canvas-art/product_499597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-11-x-14-black-frame-art/product_313467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-scenic-12-x-27-three-month-wall-calendar-dmw503-28-25/product_24582704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-dry-erase-1221de/product_24488062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-26-42-plastic-steel-adjustable-desk-white-black-1208de/product_24430981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-dry-erase-1223de/product_24488067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-16-x-24-canvas-art/product_313470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-26-42-plastic-steel-adjustable-desk-white-black-1203de/product_24430958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-pebble-gray-1221gr/product_24488063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-greenbriar-floral-5-5-x-8-5-weekly-monthly-planner-poly-cover-multicolor/product_24582735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-16-x-20-black-frame-art/product_313476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-seals-white-gold-48-pack-18553/product_1966004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-pink-flower-matte-thank-you-notecard-beige-pink-50-pack-81383/product_816105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-book-box-for-desks-black-1212bl/product_1854186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-white-white-pearl-matte-table-tent-inkjet-laser-48-pack/product_481316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surfs-up-by-eric-joyner-14-x-19-canvas-art-ali1043-c1419gg/product_2079905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-desk-gray-black-26-42-h-x-28-w-x-20-d/product_1854181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-whimsy-snowflake-stationery-8-5-x-11-25-pack-79847/product_2437039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0744-b1114bmf/product_2081565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-010-02347-00-montana-750i-rugged-gps-touchscreen-navigator-with-inreach-technology-8-megapixel-camera/product_24526073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-010-02347-10-montana-700i-rugged-gps-touchscreen-navigator-with-inreach-technology/product_24526067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-approach-g10-clip-on-golf-gps-system-010-01959-00/product_24357698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-78-tan-storage-locker-5527tn/product_372473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0744-b1620bmf/product_2077105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-dash-cam-57-140-field-of-view-1440p-hd-010-02505-10/product_24543217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-flip-a-week-7-x-5-5-weekly-desk-calendar-refill-white-blue-sw705x-50-25/product_24582729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-kathy-davis-6-75-x-3-75-weekly-monthly-planner-refill-multicolor-kd71-285y-25/product_24583019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-9902-stainless-steel-medical-receptacle-silver-7-5-gal-9902ss/product_148463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garmin-etrex-22x-rugged-handheld-gps-010-02256-00/product_24440106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-15-1-4-desk-pedestal-file-file-gray-steel-aff26lgs/product_1961527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-24-personal-storage-tower-gray-steel-apstlgs/product_1961599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-red-6-pack-60894/product_816104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-black-gold-6-pack-35003/product_484783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-5-x-7-dots-invitations-ivory-gold-25-pack/product_266527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-8-5-x-11-green-border-ivory-pack-35593/product_487581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-in-paris-and-new-york-by-philippe-hugonnard-24-x-32-canvas-art-ph0114-c2432gg/product_2081152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-16-x-12-yearly-monthly-wet-erase-wall-calendar-reversible-pm550b-28-25/product_24582748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-11-x-14-black-matted-wood-frame-ma0642-w1114bmf/product_2082055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-personal-storage-tower-mocha-68-3-4-h-x-24-w-x-24-d/product_870202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-parchment-gold-foil-15-carton-77743/product_816095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-6-x-3-5-daily-calendar-refill-multicolor-e517-50-25/product_24582699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-12-x-19-canvas-art-ma0642-c1219gg/product_2079750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-horizontal-paper-manager-5-compartment-cherry-ahpmldc/product_850644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-single-pedestal-credenza-pencil-box-box-file-mocha-27-1-2-h-x-15-1-4-w-x-20-d/product_846441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-16-x-20-white-matted-black-frame-ma0642-b1620mf/product_2086175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-single-pedestal-desk-file-file-mocha-aff26ldc/product_846443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-30-x-47-canvas-art-ma0642-c3047gg/product_2077032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-everyday-letterheads-gray-20-pack-27511/product_2721268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-chalkboard-tags-24-count-black-18527/product_2465629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-7-x-8-75-monthly-planner-faux-leather-cover-black-70-120g-05-25/product_24582993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-venice-1902-22-x-32-canvas-art/product_499597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-11-x-14-black-frame-art/product_313467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-scenic-12-x-27-three-month-wall-calendar-dmw503-28-25/product_24582704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-dry-erase-1221de/product_24488062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-16-x-24-canvas-art/product_313470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-26-42-plastic-steel-adjustable-desk-white-black-1203de/product_24430958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-26-42-plastic-steel-adjustable-desk-white-black-1208de/product_24430981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-dry-erase-1223de/product_24488067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-pebble-gray-1221gr/product_24488063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-greenbriar-floral-5-5-x-8-5-weekly-monthly-planner-poly-cover-multicolor/product_24582735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-16-x-20-black-frame-art/product_313476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-pink-flower-matte-thank-you-notecard-beige-pink-50-pack-81383/product_816105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-seals-white-gold-48-pack-18553/product_1966004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-book-box-for-desks-black-1212bl/product_1854186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-white-white-pearl-matte-table-tent-inkjet-laser-48-pack/product_481316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surfs-up-by-eric-joyner-14-x-19-canvas-art-ali1043-c1419gg/product_2079905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-desk-gray-black-26-42-h-x-28-w-x-20-d/product_1854181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gartner-studios-whimsy-snowflake-stationery-8-5-x-11-25-pack-79847/product_2437039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0744-b1114bmf/product_2081565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0744-b1620bmf/product_2077105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-today-is-8-5-x-8-daily-calendar-refill-white-black-k4-50-25/product_24582703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-14-x-19-canvas-art-ali0962-c1419gg/product_2079401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-2-line-label-roll-red-1000-labels-roll-3-rolls-pack-098619/product_24516208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-legal-black-arcb30827s/product_373126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-weekly-monthly-appointment-book-plastic-cover-solid-black-150845/product_24585028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-daily-monthly-planner-plastic-cover-solid-black-148362/product_24585017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-3-clear-barrel-lock-ties-5000-pack-tags-43700/product_1670050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-purple-150540/product_24584880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-linden-green-148237/product_24584873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-3-standard-tagging-fasteners-5000-pack-tags-43004/product_1670085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-baby-girl-by-grace-riley-canvas-art-ready-to-hang-18x18-inches/product_248320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-11-x-14-black-frame-art/product_315034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-daily-monthly-planner-plastic-cover-black-150852/product_24585033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-bamboo-locking-wood-suggestion-box-cherry-4237cy/product_148141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-ash-urn-black-plastic-15-gal-9474bl/product_507535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-trash-can-w-lid-black-hdpe-30-gal-9485bl/product_675509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-14-x-19-canvas-art/product_315036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-blank-label-white-12mm-x-25mm-10-000-labels-sleeve-2512-11200/product_1670183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-black-150849/product_24585023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-trash-cans-w-lid-black-high-density-polyethylene-hdpe-38-gal-9476bl/product_507540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-black-148339/product_24585019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-navy-148658-25/product_24585039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-easel-sign-chalkboard-11-x-17-098383/product_2126643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-purple-150539/product_24584870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-clear2c-9-magazine-display-5665cl/product_1965819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amalia-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-148768-25/product_24589832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-cogo-round-table-30-dia-black-4361bl/product_2338181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-commercial-2-shelf-wire-unit-48-black-5241bl/product_148332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-18-x-24-canvas-art/product_312670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-8-5-x-11-weekly-monthly-planner-plastic-cover-white-black-100001-25/product_24589864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-ink-roller-black-ink-31902/product_24577762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-8-x-10-monthly-planner-plastic-cover-white-black-100004-25/product_24589862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-ashlyn-navy-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143958-25/product_24584882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0520-b1114bmf/product_2082791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0520-b1620mf/product_2083428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-labels-for-the-monarch-1136-2-line-labeler-white-1750-labels-roll-2-rolls-pack-098614/product_24516205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-microfine-tagging-fasteners-2-clear-10-000-pack-tags-43202/product_1670099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-marking-tags-white-1000-pack-098623/product_24516203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0785-c1219gg/product_2078982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-labels-for-the-monarch-1136-2-line-labeler-red-1750-labels-roll-2-rolls-pack-098615/product_24516206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0785-c1624gg/product_2077987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0619-c1624gg/product_2078034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-plastic-label-peeler-blue-10-pack-misc-40402/product_1670112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-today-is-8-5-x-8-daily-calendar-refill-white-black-k4-50-25/product_24582703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-everygirl-botanica-8-x-10-daily-monthly-planner-plastic-cover-multicolor-148263/product_24584862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mail-station-base-gray-14-19-h-x-57-1-8-w-x-18-1-4-d/product_441059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-legal-black-arcb30827s/product_373126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-2-line-label-roll-red-1000-labels-roll-3-rolls-pack-098619/product_24516208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-14-x-19-canvas-art-ali0962-c1419gg/product_2079401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-weekly-monthly-appointment-book-plastic-cover-solid-black-150845/product_24585028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-3-clear-barrel-lock-ties-5000-pack-tags-43700/product_1670050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-baby-girl-by-grace-riley-canvas-art-ready-to-hang-18x18-inches/product_248320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-linden-green-148237/product_24584873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-3-standard-tagging-fasteners-5000-pack-tags-43004/product_1670085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-daily-monthly-planner-plastic-cover-solid-black-148362/product_24585017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-purple-150540/product_24584880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-11-x-14-black-frame-art/product_315034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-ash-urn-black-plastic-15-gal-9474bl/product_507535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-bamboo-locking-wood-suggestion-box-cherry-4237cy/product_148141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-daily-monthly-planner-plastic-cover-black-150852/product_24585033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-14-x-19-canvas-art/product_315036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-trash-can-w-lid-black-hdpe-30-gal-9485bl/product_675509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-blank-label-white-12mm-x-25mm-10-000-labels-sleeve-2512-11200/product_1670183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-black-150849/product_24585023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-black-148339/product_24585019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-easel-sign-chalkboard-11-x-17-098383/product_2126643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-purple-150539/product_24584870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-navy-148658-25/product_24585039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-trash-cans-w-lid-black-high-density-polyethylene-hdpe-38-gal-9476bl/product_507540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-clear2c-9-magazine-display-5665cl/product_1965819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amalia-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-148768-25/product_24589832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-cogo-round-table-30-dia-black-4361bl/product_2338181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-commercial-2-shelf-wire-unit-48-black-5241bl/product_148332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-18-x-24-canvas-art/product_312670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-ink-roller-black-ink-31902/product_24577762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-8-5-x-11-weekly-monthly-planner-plastic-cover-white-black-100001-25/product_24589864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-8-x-10-monthly-planner-plastic-cover-white-black-100004-25/product_24589862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0520-b1114bmf/product_2082791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-ashlyn-navy-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143958-25/product_24584882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0520-b1620mf/product_2083428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-labels-for-the-monarch-1136-2-line-labeler-white-1750-labels-roll-2-rolls-pack-098614/product_24516205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-microfine-tagging-fasteners-2-clear-10-000-pack-tags-43202/product_1670099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-marking-tags-white-1000-pack-098623/product_24516203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0785-c1219gg/product_2078982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-labels-for-the-monarch-1136-2-line-labeler-red-1750-labels-roll-2-rolls-pack-098615/product_24516206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0785-c1624gg/product_2077987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0619-c1624gg/product_2078034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-plastic-label-peeler-blue-10-pack-misc-40402/product_1670112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-everygirl-botanica-8-x-10-daily-monthly-planner-plastic-cover-multicolor-148263/product_24584862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mail-station-base-gray-14-19-h-x-57-1-8-w-x-18-1-4-d/product_441059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iii-by-michael-tompsett-22-x-32-canvas-art-mt0650-c2232gg/product_2077358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-22-x-17-monthly-desk-pad-calendar-103631-25/product_24589893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-roses-blush-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-140092-25/product_24589803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0785-w1620bmf/product_2086076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-tag-attacher-black-098623/product_24516200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-tile-5-x-8-weekly-monthly-planner-plastic-cover-blue-white-101410-25/product_24589874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-economy-lab-stool-vinyl-black-seat-13-1-2-dia/product_803357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-tagger-replacement-needles-5-pk/product_69505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-evos-steel-ash-urn-38-gallon-black-gray-9934bl/product_1661105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-executive-2-shelf-wood-mobile-presentation-cart-with-lockable-wheels-mahogany-8919mh/product_758534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gasoila-regular-water-finding-paste-2-5-oz-tube/product_703612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-22-x-17-monthly-desk-pad-calendar-white-gray-111294-25/product_24589883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-5-88-x-8-63-weekly-monthly-planner-plastic-cover-black-131793-25/product_24589882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-8-5-x-11-weekly-monthly-planner-plastic-cover-black-111288-25/product_24589813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-chocolate-protein-bar-12-bars-box-295-00032/product_2678463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fly-by-11-x-8-75-monthly-wall-calendar-148643-25/product_24589850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-g2-low-calorie-variety-pack-20-oz-bottles-pack-of-12-qua13329/product_2837281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-g2-thirst-quencher-grape-liquid-sports-drink-20-fl-oz-24-carton-20406/product_913377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-lemon-lime-liquid-sports-drink-concentrate-128-fl-oz-4-carton-03984/product_579797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-frog-s-lunch-canvas-art-18x18-inches/product_255153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-islands-22-x-17-monthly-desk-pad-calendar-117891-25/product_24589871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-lemon-lime-liquid-sports-drinks-20-fl-oz-24-carton-32868/product_712667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-orange-liquid-sports-drink-20-fl-oz-24-carton-32867/product_913778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-magenta-blooms-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-140945-25/product_24589855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-midnight-garden-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-140946-25/product_24589863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-magenta-blooms-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-140947-25/product_24589858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-variety-pack-of-20-oz-bottles-pack-of-12-qua13331/product_2837280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-zero-sugar-free-glacier-freeze-powder-drink-mix-0-1-oz-10-packets-box-12-boxes-carton-04457/product_24541606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-10-drawer-steel-flat-file-for-30-x-42-documents-tropic-sand/product_278921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-mimosa-5-x-8-weekly-monthly-planner-plastic-cover-yellow-white-149061-25/product_24589875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-11-x-14-ali0883-b1114mf/product_1727289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-5-drawer-steel-flat-file-for-24-x-36-documents-white/product_278922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-3230-2-3-hole-electric-punch-adjustable-centers-24-sheet-capacity-gray-7704270/product_806706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-3747498-carabiner-badge-reel-assorted-4-pack/product_755445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-laurel-8-5-x-11-weekly-monthly-planner-plastic-cover-mint-green-135842-25/product_24589900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-life-note-it-leah-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-139479-25/product_24589904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-24-x-24-ali0884-c2424gg/product_1727275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-16-x-16-ali0884-b1616mf/product_1727278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-hide-away-convertible-truck-400-lbs-aluminum-black-4050/product_758523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-archipel-12-x-19-ali0885-c1219gg/product_1727267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-3-4-plastic-binding-spine-comb-160-sheet-capacity-black-100-box-4000104/product_436071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-17-x-11-monthly-desk-pad-calendar-100024-25/product_24589856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iii-by-michael-tompsett-22-x-32-canvas-art-mt0650-c2232gg/product_2077358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-3-8-plastic-binding-spine-comb-60-sheet-capacity-black-25-box-4090022/product_223941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-archipel-16-x-24-ali0885-c1624gg/product_1727266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0785-w1620bmf/product_2086076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-roses-blush-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-140092-25/product_24589803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-22-x-17-monthly-desk-pad-calendar-103631-25/product_24589893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-tag-attacher-black-098623/product_24516200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-executive-2-shelf-wood-mobile-presentation-cart-with-lockable-wheels-mahogany-8919mh/product_758534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-tile-5-x-8-weekly-monthly-planner-plastic-cover-blue-white-101410-25/product_24589874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gasoila-regular-water-finding-paste-2-5-oz-tube/product_703612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-economy-lab-stool-vinyl-black-seat-13-1-2-dia/product_803357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/garvey-tagger-replacement-needles-5-pk/product_69505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-evos-steel-ash-urn-38-gallon-black-gray-9934bl/product_1661105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-22-x-17-monthly-desk-pad-calendar-white-gray-111294-25/product_24589883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-chocolate-protein-bar-12-bars-box-295-00032/product_2678463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-8-5-x-11-weekly-monthly-planner-plastic-cover-black-111288-25/product_24589813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-5-88-x-8-63-weekly-monthly-planner-plastic-cover-black-131793-25/product_24589882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fly-by-11-x-8-75-monthly-wall-calendar-148643-25/product_24589850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-g2-low-calorie-variety-pack-20-oz-bottles-pack-of-12-qua13329/product_2837281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-lemon-lime-liquid-sports-drink-concentrate-128-fl-oz-4-carton-03984/product_579797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-g2-thirst-quencher-grape-liquid-sports-drink-20-fl-oz-24-carton-20406/product_913377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-frog-s-lunch-canvas-art-18x18-inches/product_255153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-islands-22-x-17-monthly-desk-pad-calendar-117891-25/product_24589871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-lemon-lime-liquid-sports-drinks-20-fl-oz-24-carton-32868/product_712667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-orange-liquid-sports-drink-20-fl-oz-24-carton-32867/product_913778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-midnight-garden-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-140946-25/product_24589863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-magenta-blooms-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-140945-25/product_24589855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-magenta-blooms-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-140947-25/product_24589858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-variety-pack-of-20-oz-bottles-pack-of-12-qua13331/product_2837280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gatorade-zero-sugar-free-glacier-freeze-powder-drink-mix-0-1-oz-10-packets-box-12-boxes-carton-04457/product_24541606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-5-drawer-steel-flat-file-for-24-x-36-documents-white/product_278922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-3230-2-3-hole-electric-punch-adjustable-centers-24-sheet-capacity-gray-7704270/product_806706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-3747498-carabiner-badge-reel-assorted-4-pack/product_755445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-mimosa-5-x-8-weekly-monthly-planner-plastic-cover-yellow-white-149061-25/product_24589875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-10-drawer-steel-flat-file-for-30-x-42-documents-tropic-sand/product_278921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-11-x-14-ali0883-b1114mf/product_1727289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-laurel-8-5-x-11-weekly-monthly-planner-plastic-cover-mint-green-135842-25/product_24589900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-24-x-24-ali0884-c2424gg/product_1727275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-16-x-16-ali0884-b1616mf/product_1727278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-life-note-it-leah-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-139479-25/product_24589904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-hide-away-convertible-truck-400-lbs-aluminum-black-4050/product_758523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-archipel-12-x-19-ali0885-c1219gg/product_1727267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-3-4-plastic-binding-spine-comb-160-sheet-capacity-black-100-box-4000104/product_436071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-17-x-11-monthly-desk-pad-calendar-100024-25/product_24589856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-3-8-plastic-binding-spine-comb-60-sheet-capacity-black-25-box-4090022/product_223941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-archipel-16-x-24-ali0885-c1624gg/product_1727266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:55:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-high-base-for-4994-flat-file-white/product_278917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-high-base-for-4998-flat-file-white/product_278919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-discovery-1100-document-camera-8x-digital-zoom-dcv10001/product_2800029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-mimi-pink-17-x-11-monthly-desk-pad-calendar-148626-25/product_24589846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-design-view-presentation-covers-letter-size-frost-25-pack-2514499/product_392216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-16-x-20-ali0886-b1620mf/product_1727260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-8-x-10-monthly-planner-plastic-cover-multicolor-101582-25/product_24589898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:55:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-3-shelf-mixed-materials-mobile-machine-stand-with-swivel-wheels-cherry-1859bl/product_951446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-foton-30-auto-threading-laminating-cartridge-refill-5-mil-11-5-x-70-fotonc005s/product_24421517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-lectern-black-8912bl/product_148410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-montauk-8-5-x-11-weekly-monthly-planner-plastic-cover-gray-beige-133874-25/product_24589815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-fusion-ezuse-speed-thermal-laminating-pouches-letter-size-3-mil-100-box-3200715/product_383188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-bulles-11-x-14-ali0887-b1114mf/product_1727253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-14-x-14-ali0888-c1414gg/product_1730589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-laminating-film-rolls-3-mil-25-2-box-3000024/product_647851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143946-25/product_24584855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-8-x-10-monthly-planner-plastic-cover-multicolor-143947-25/product_24584851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nightfall-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-150545/product_24584876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-14-x-19-ali0889-c1419gg/product_1730579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-stand-alone-48-03-metallic-gray-5294gr/product_148346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-18-x-18-ali0912-c1818gg/product_1730412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-unit-36-metallic-gray-5285gr/product_148336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-5-x-8-weekly-monthly-planner-plastic-cover-green-purple-101603-25/product_24589811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-regency-premium-presentation-covers-letter-size-navy-200-pack-2000711/product_399603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-24-x-24-ali0912-c2424gg/product_1730411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-18-x-24-ali0890-c1824gg/product_1730499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-16-x-20-ali0890-b1620mf/product_1730501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-24-x-32-ali0890-c2432gg/product_1730498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-16-x-20-ali0891-b1620mf/product_1730491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-industrial-5-shelf-powder-coated-steel-mounted-48-gray-6253/product_889839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-18-x-24-ali0891-c1824gg/product_1730489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-10-5-watt-soft-white-led-general-purpose-bulb-2-pack-93131321/product_24596167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-industrial-wire-shelving-starter-kit-48wx24-d/product_496614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-13-watt-soft-white-led-3-way-general-purpose-bulb-93130562/product_24569006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blueline-plan-link-7-25-x-9-25-monthly-planner-faux-leather-cover-black-c1200-81t/product_24588051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-35-x-47-ali0892-c3547gg/product_1730478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-15150-plug-in-digital-timer/product_1308847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-16-x-32-ali0893-c1632gg/product_1730474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-24-x-47-ali0893-c2447gg/product_1730473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-15153-mechanical-plug-in-timer/product_1308845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-18162-pvc-electrical-tape-3-per-pack-jas18162/product_2699279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-greenpath-15-x-12-monthly-wall-calendar-gp49-707-25/product_24582817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-magazine-holder-charcoal-metal-4139ch/product_466127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-14-x-19-ali0895-c1419gg/product_1730569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-high-base-for-4994-flat-file-white/product_278917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-19303-wireless-smart-door-chime-nickel-jas19303/product_1308839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-mimi-pink-17-x-11-monthly-desk-pad-calendar-148626-25/product_24589846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-high-base-for-4998-flat-file-white/product_278919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-discovery-1100-document-camera-8x-digital-zoom-dcv10001/product_2800029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-design-view-presentation-covers-letter-size-frost-25-pack-2514499/product_392216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-16-x-20-ali0886-b1620mf/product_1727260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-8-x-10-monthly-planner-plastic-cover-multicolor-101582-25/product_24589898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-3-shelf-mixed-materials-mobile-machine-stand-with-swivel-wheels-cherry-1859bl/product_951446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-foton-30-auto-threading-laminating-cartridge-refill-5-mil-11-5-x-70-fotonc005s/product_24421517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-lectern-black-8912bl/product_148410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-montauk-8-5-x-11-weekly-monthly-planner-plastic-cover-gray-beige-133874-25/product_24589815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-fusion-ezuse-speed-thermal-laminating-pouches-letter-size-3-mil-100-box-3200715/product_383188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-bulles-11-x-14-ali0887-b1114mf/product_1727253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-14-x-14-ali0888-c1414gg/product_1730589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-laminating-film-rolls-3-mil-25-2-box-3000024/product_647851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143946-25/product_24584855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-8-x-10-monthly-planner-plastic-cover-multicolor-143947-25/product_24584851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nightfall-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-150545/product_24584876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-unit-36-metallic-gray-5285gr/product_148336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-18-x-18-ali0912-c1818gg/product_1730412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-stand-alone-48-03-metallic-gray-5294gr/product_148346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-14-x-19-ali0889-c1419gg/product_1730579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-18-x-24-ali0890-c1824gg/product_1730499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-5-x-8-weekly-monthly-planner-plastic-cover-green-purple-101603-25/product_24589811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gbc-regency-premium-presentation-covers-letter-size-navy-200-pack-2000711/product_399603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-16-x-20-ali0890-b1620mf/product_1730501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-24-x-24-ali0912-c2424gg/product_1730411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-18-x-24-ali0891-c1824gg/product_1730489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-24-x-32-ali0890-c2432gg/product_1730498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-industrial-wire-shelving-starter-kit-48wx24-d/product_496614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-16-x-20-ali0891-b1620mf/product_1730491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-10-5-watt-soft-white-led-general-purpose-bulb-2-pack-93131321/product_24596167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-industrial-5-shelf-powder-coated-steel-mounted-48-gray-6253/product_889839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-13-watt-soft-white-led-3-way-general-purpose-bulb-93130562/product_24569006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-35-x-47-ali0892-c3547gg/product_1730478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-16-x-32-ali0893-c1632gg/product_1730474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-15150-plug-in-digital-timer/product_1308847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-blueline-plan-link-7-25-x-9-25-monthly-planner-faux-leather-cover-black-c1200-81t/product_24588051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-in-vitro-24-x-47-ali0893-c2447gg/product_1730473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-15153-mechanical-plug-in-timer/product_1308845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-greenpath-15-x-12-monthly-wall-calendar-gp49-707-25/product_24582817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-18162-pvc-electrical-tape-3-per-pack-jas18162/product_2699279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-14-x-19-ali0895-c1419gg/product_1730569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-magazine-holder-charcoal-metal-4139ch/product_466127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-19303-wireless-smart-door-chime-nickel-jas19303/product_1308839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-mailflow-to-go-sorting-tables-30-pebble-gray-tb30pg/product_473879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-72-credenza-mocha-mncnz72ldc/product_1961680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-72-desk-gray-steel-29-1-2-h-x-72-w-x-36-d/product_1961429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-24-x-47-ali0896-c2447gg/product_1730561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-34459-6-device-universal-remote/product_24000982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-5-5-x-8-calendar-year-weekly-monthly-planner-paperboard-cover-multicolor-spls25-58-33/product_24593659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-16-x-16-ali0897-b1616mf/product_1730557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-5-5-watt-soft-white-led-general-purpose-bulb-4-pack-93131062/product_24596161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-24-x-24-ali0897-c2424gg/product_1730554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-weekly-monthly-planner-paperboard-cover-pink-gold-spls25-8511-01/product_24593543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-bridge-mocha-29-1-2-h-x-48-w-x-24-d/product_1961264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-curved-desk-extension-gray-steel-29-1-2-h-x-47-w-x-28-d/product_1961258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-weekly-monthly-appointment-planner-paper-cover-black-appt-cy25-8511/product_24593661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-return-w-ped-gray-steel-29-1-2-h-x-63-w-x-24-d/product_1961269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-17-x-8-three-month-wall-calendar-white-blue-3647-25/product_24597405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-56223-6-outlet-grounded-power-strip-with-3ft-gray/product_210335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-right-hand-return-w-ped-mocha-29-1-2-h-x-63-w-x-24-d/product_1961287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-9-watt-soft-white-led-household-bulb-2-pack-93109032/product_24569004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-miss-sunshine-14-x-19-ali0900-c1419gg/product_1730526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-metal-coat-rack-4-hook-silver-5-1-4-h-x-14-1-4-w-x-4-1-4-d/product_148286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-basic-led-75-watt-soft-white-a19-standard-bulbs-2-pack-37019/product_24439996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-14-x-14-ali0913-c1414gg/product_1730397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5277bl/product_430845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-16-x-16-ali0913-b1616mf/product_1730398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-24-x-24-ali0913-c2424gg/product_1730395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-7-x-10-daily-monthly-planner-faux-leather-cover-black-289632-25/product_24597414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-35-x-35-ali0913-c3535gg/product_1730394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-heavy-duty-6-outlet-power-strip-black-56223/product_452816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-22-x-32-ali0901-c2232gg/product_1730514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-nervures-8-x-19-ali0902-c819gg/product_1730507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-48-w-table-desk-sand-dune-5511sdd/product_24541792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-12-x-19-ali0903-c1219gg/product_1730455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-classic-18-5-x-13-monthly-desk-pad-calendar-white-blue-1506-25/product_24597401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-polarized-15-extension-cord-3-outlet-white-51962/product_452814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-polarized-grounding-adapter-plug-gray/product_1308652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-mirella-vinyl-lounge-chair-cognac-black-1732mrl2blkcog/product_24546103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-14-x-19-ali0904-c1419gg/product_1730465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-22-x-17-monthly-desk-pad-calendar-147-25/product_24597396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-receptacle-tester-50542/product_1643164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-mobile-files-for-large-roll-tube-size-2-3-4x2-3-4-50-tubes-file/product_890469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-mobile-vertical-file-stand-mobile-pedestal-tropic-sand-5059/product_148316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-relax-5w-9w-16w-a21-led-bulb-each-46226/product_24439983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-16-x-16-ali0914-b1616mf/product_1730388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-18-x-18-ali0914-c1818gg/product_1730386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-modular-break-room-two-doors-two-adjustable-shelves-base-cabinet-asian-night-black-36-h-x-36-w-x-25-d/product_1671889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-puppies-8-5-x-4-25-monthly-desk-calendar-3659-25/product_24597442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-mailflow-to-go-sorting-tables-30-pebble-gray-tb30pg/product_473879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-72-credenza-mocha-mncnz72ldc/product_1961680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-72-desk-gray-steel-29-1-2-h-x-72-w-x-36-d/product_1961429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-24-x-47-ali0896-c2447gg/product_1730561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-34459-6-device-universal-remote/product_24000982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-5-5-x-8-calendar-year-weekly-monthly-planner-paperboard-cover-multicolor-spls25-58-33/product_24593659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-16-x-16-ali0897-b1616mf/product_1730557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-curved-desk-extension-gray-steel-29-1-2-h-x-47-w-x-28-d/product_1961258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-bridge-mocha-29-1-2-h-x-48-w-x-24-d/product_1961264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-weekly-monthly-planner-paperboard-cover-pink-gold-spls25-8511-01/product_24593543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-24-x-24-ali0897-c2424gg/product_1730554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-5-5-watt-soft-white-led-general-purpose-bulb-4-pack-93131062/product_24596161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-weekly-monthly-appointment-planner-paper-cover-black-appt-cy25-8511/product_24593661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-9-watt-soft-white-led-household-bulb-2-pack-93109032/product_24569004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-56223-6-outlet-grounded-power-strip-with-3ft-gray/product_210335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-miss-sunshine-14-x-19-ali0900-c1419gg/product_1730526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-return-w-ped-gray-steel-29-1-2-h-x-63-w-x-24-d/product_1961269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-medina-right-hand-return-w-ped-mocha-29-1-2-h-x-63-w-x-24-d/product_1961287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-17-x-8-three-month-wall-calendar-white-blue-3647-25/product_24597405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-metal-coat-rack-4-hook-silver-5-1-4-h-x-14-1-4-w-x-4-1-4-d/product_148286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-14-x-14-ali0913-c1414gg/product_1730397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-basic-led-75-watt-soft-white-a19-standard-bulbs-2-pack-37019/product_24439996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5277bl/product_430845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-24-x-24-ali0913-c2424gg/product_1730395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-16-x-16-ali0913-b1616mf/product_1730398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-7-x-10-daily-monthly-planner-faux-leather-cover-black-289632-25/product_24597414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-35-x-35-ali0913-c3535gg/product_1730394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-heavy-duty-6-outlet-power-strip-black-56223/product_452816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-22-x-32-ali0901-c2232gg/product_1730514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-48-w-table-desk-sand-dune-5511sdd/product_24541792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-nervures-8-x-19-ali0902-c819gg/product_1730507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-12-x-19-ali0903-c1219gg/product_1730455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-classic-18-5-x-13-monthly-desk-pad-calendar-white-blue-1506-25/product_24597401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-polarized-15-extension-cord-3-outlet-white-51962/product_452814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-polarized-grounding-adapter-plug-gray/product_1308652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-mirella-vinyl-lounge-chair-cognac-black-1732mrl2blkcog/product_24546103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-22-x-17-monthly-desk-pad-calendar-147-25/product_24597396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-receptacle-tester-50542/product_1643164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-mobile-files-for-large-roll-tube-size-2-3-4x2-3-4-50-tubes-file/product_890469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-14-x-19-ali0904-c1419gg/product_1730465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-mobile-vertical-file-stand-mobile-pedestal-tropic-sand-5059/product_148316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ge-relax-5w-9w-16w-a21-led-bulb-each-46226/product_24439983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-18-x-18-ali0914-c1818gg/product_1730386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-16-x-16-ali0914-b1616mf/product_1730388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-modular-break-room-two-doors-two-adjustable-shelves-base-cabinet-asian-night-black-36-h-x-36-w-x-25-d/product_1671889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-puppies-8-5-x-4-25-monthly-desk-calendar-3659-25/product_24597442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-scenic-12-x-16-5-monthly-wall-calendar-378-25/product_24597402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-muv-stand-up-30-workstation-desk-medium-oak-1929mo/product_636104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gear4-702006838-brompton-d3o-cover-for-10-9-ipad-air-pro-black/product_IM18YB298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-wildlife-8-5-x-4-25-monthly-desk-calendar-3689-25/product_24597395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-nail-head-coat-hook-3-hook-silver-4201/product_148282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-ecotones-22-x-17-monthly-desk-pad-calendar-blue-12440-25/product_24597415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-11-pro-702003720/product_24468686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-napoli-executive-series-8-conference-room-table-base-sierra-cherry-ncb96cry/product_769840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gear4-oxford-eco-black-credit-card-case-for-iphone-11-702003748/product_24468704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-22-x-32-ali0907-c2232gg/product_1730434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-next-polypropylene-office-chair-black-4-carton-4314bl/product_24490893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-today-6-5-x-9-daily-wall-calendar-white-blue-310-25/product_24597403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-toi-et-moi-16-x-32-ali0908-c1632gg/product_1730428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-hdmi-over-ip-video-extender-transmitter-extuhdlanstx/product_24367293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-11-x-11-ali0915-b1111mf/product_1730380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2-horizontal-6-upright-section-mesh-desk-organizer-white-3255wh/product_2431913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gefen-extdviedidn-video-capturing-device/product_2111096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-14-x-19-ali0909-c1419gg/product_1730422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-18-x-24-ali0909-c1824gg/product_1730421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-navy-st59700-25/product_24580503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-24-x-32-ali0909-c2432gg/product_1730420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-unlined-black-white-st58448-25/product_24580498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-c110-7-infotainment-display-with-dash-cam-and-backup-cam-black/product_IM1JP5674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-staples-24-x-36-wall-calendar-red-black-white-st53999-25/product_24580509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-d400-4k-rearview-mirror-dash-cam-with-1080p-backup-cam-black/product_IM1JP5676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-staples-32-x-48-wall-calendar-red-st56781-25/product_24580783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mini-organizer/product_799721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-5-section-upright-organizer/product_803935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mobile-file-cart-with-lockable-wheels-black-5212bl/product_806482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-24-oz-9-x-6-24-carton-gb6924/product_2842710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vivaces-18-x-24-ali0911-c1824gg/product_1730361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vivaces-24-x-32-ali0911-c2432gg/product_1730360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-11-x-14-white-matted-black-frame-ali0963-b1114mf/product_2077602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-metal-magazine-stand-66-x-16-5-black-5577bl/product_746887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gem-push-pins-silver-100-box-cpal4/product_518495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-four-person-daily-appointment-book-black-st58479-25/product_24580523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-monitor-stand-adjustable-black-2159bl/product_887388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-stackable-horizontal-hanging-desk-storage-black-mesh-3240bl/product_2452810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-steel-file-organizer-black-9430bl/product_816481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tammy-davison-brooklyn-bridge-canvas-art-18x24-inches/product_255197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-metal-picture-frame-matte-black-goem-5-21/product_24543085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-scenic-12-x-16-5-monthly-wall-calendar-378-25/product_24597402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-beyond-the-pale-yellow-25-4202/product_24600898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-matte-black-gblack-11/product_24543068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-8-5-x-11-acrylic-sandwich-frame-clear-gstplessand/product_24543649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-optimus-arm-kit-black-6-1-4-to-9-1-4/product_84005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-muv-stand-up-30-workstation-desk-medium-oak-1929mo/product_636104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gear4-702006838-brompton-d3o-cover-for-10-9-ipad-air-pro-black/product_IM18YB298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-wildlife-8-5-x-4-25-monthly-desk-calendar-3689-25/product_24597395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-11-pro-702003720/product_24468686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-ecotones-22-x-17-monthly-desk-pad-calendar-blue-12440-25/product_24597415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-nail-head-coat-hook-3-hook-silver-4201/product_148282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gear4-oxford-eco-black-credit-card-case-for-iphone-11-702003748/product_24468704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-napoli-executive-series-8-conference-room-table-base-sierra-cherry-ncb96cry/product_769840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-22-x-32-ali0907-c2232gg/product_1730434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-next-polypropylene-office-chair-black-4-carton-4314bl/product_24490893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2-horizontal-6-upright-section-mesh-desk-organizer-white-3255wh/product_2431913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-toi-et-moi-16-x-32-ali0908-c1632gg/product_1730428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-11-x-11-ali0915-b1111mf/product_1730380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-hdmi-over-ip-video-extender-transmitter-extuhdlanstx/product_24367293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-today-6-5-x-9-daily-wall-calendar-white-blue-310-25/product_24597403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gefen-extdviedidn-video-capturing-device/product_2111096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-unlined-black-white-st58448-25/product_24580498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-24-x-32-ali0909-c2432gg/product_1730420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-14-x-19-ali0909-c1419gg/product_1730422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-navy-st59700-25/product_24580503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-18-x-24-ali0909-c1824gg/product_1730421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-c110-7-infotainment-display-with-dash-cam-and-backup-cam-black/product_IM1JP5674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-staples-24-x-36-wall-calendar-red-black-white-st53999-25/product_24580509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-d400-4k-rearview-mirror-dash-cam-with-1080p-backup-cam-black/product_IM1JP5676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mini-organizer/product_799721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-5-section-upright-organizer/product_803935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-mesh-mobile-file-cart-with-lockable-wheels-black-5212bl/product_806482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-staples-32-x-48-wall-calendar-red-st56781-25/product_24580783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-24-oz-9-x-6-24-carton-gb6924/product_2842710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vivaces-18-x-24-ali0911-c1824gg/product_1730361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vivaces-24-x-32-ali0911-c2432gg/product_1730360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gem-push-pins-silver-100-box-cpal4/product_518495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-11-x-14-white-matted-black-frame-ali0963-b1114mf/product_2077602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-metal-magazine-stand-66-x-16-5-black-5577bl/product_746887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-four-person-daily-appointment-book-black-st58479-25/product_24580523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-stackable-horizontal-hanging-desk-storage-black-mesh-3240bl/product_2452810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-monitor-stand-adjustable-black-2159bl/product_887388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-onyx-steel-file-organizer-black-9430bl/product_816481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tammy-davison-brooklyn-bridge-canvas-art-18x24-inches/product_255197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-metal-picture-frame-matte-black-goem-5-21/product_24543085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:09 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-beyond-the-pale-yellow-25-4202/product_24600898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-matte-black-gblack-11/product_24543068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-8-5-x-11-acrylic-sandwich-frame-clear-gstplessand/product_24543649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:09 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-optimus-arm-kit-black-6-1-4-to-9-1-4/product_84005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:16 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-belt-drive-turntable-system-with-bluetooth-dual-stereo-speakers-3-speed-white-tt-900bw/product_24549482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-cd-mixer-combo-player-with-bluetooth-input-black-cdm-4000bt/product_24549227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-pie-connector-tabletop-black-30-pie-x-24-d/product_852372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-bluetooth-home-party-system-black-gsys-2000/product_24549507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-color-swoops-25-4702/product_24600875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-hazy-and-purple-25-4706/product_24600860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0584-c1624gg/product_2080427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-lemon-and-lavender-25-4710/product_24600988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tariff-reform-means-a-step-blindfold-1910-canvas-art-24x32-inches/product_245058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-extended-workspace-divider-32-h-x-33-w-clear-acrylic-ewd3332-uf-118/product_24486395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-dj-cd-media-player-with-usb-black-cdx-2250i/product_24549512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-polypropylene-banquet-reception-chairs-black-4-pack-4185blk/product_465524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-precision-4-post-drafting-table-base-gray-35-1-2-h-x-56-1-2-w-x-30-1-2-d/product_507494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taxis-manhattan-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0074-w1620bmf/product_2085696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-precision-4-post-drafting-tabletop-green-1-h-x-60-w-x-37-1-2-d/product_507487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20in-50cm-usb-a-to-c-charging-cable-rugged-coiled-usb-c-black/product_IM100NU46 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-nw-118/product_24472980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-72-h-x-36-w-clear-acrylic-pad3672-w-25/product_24472987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-temperature-check-guard-34-h-x-28-w-clear-acrylic-tcg2834-118/product_24472966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-resi-25-75-laminate-glass-door-kit-white-resgdrkt/product_24473751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/21-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-211010/product_481717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/21-x-72-layflat-poly-bags-bags-on-a-roll-0-65-mil-clear-270-roll-8014/product_359784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-16-x-24-canvas-art/product_314703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-resi-54-vinyl-lounge-settee-black-1731resfeet4pkbl/product_24546082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-L-x-10-W-x-10-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS221010/product_814148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-magnetic-surface-mount-sneeze-guard-26-x-40-clear-acrylic-mag4026-118/product_24486391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-11-x-14-black-frame-art/product_316282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-14-x-19-canvas-art/product_316284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-24-x-32-canvas-art/product_316286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-L-x-17-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-221712/product_814147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-by-michael-tompsett-14-x-19-canvas-art-mt0707-c1419gg/product_2079052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-surface-mount-paneled-sneeze-guard-32-h-x-32-w-clear-acrylic-psg3232-nw-25/product_24472971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-tt-900b-vinyl-record-player-turntable-with-bluetooth-and-dual-stereo-speakers-black-tt-900bb/product_24527996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-reveal-magazine-holder-clear-plastic-5603cl/product_683695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-14-x-19-canvas-art/product_312525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-10-x-8-shipping-boxes-32-ect-brown-25-bundle-bs221008/product_2647425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-10-x-9-shipping-boxes-32-ect-brown-25-bundle-bs221009/product_2647399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-roll-filing-and-blueprint-storage-7-tube-size-8-roll-capacity-putty-3045/product_440994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-wireless-microphone-system-with-headset-microphone-lavalier-microphone-black-gmu-hsl100/product_24549231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-14-x-12-32-ect-shipping-boxes/product_24409980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-belt-drive-turntable-system-with-bluetooth-dual-stereo-speakers-3-speed-white-tt-900bw/product_24549482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-35-x-47-canvas-art/product_312528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-15-x-15-heavy-duty-shipping-boxes-32-ect-brown-20-bundle-221515/product_947070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-terra-cotta-wall-24-x-32-canvas-art/product_317558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-16-x-10-shipping-boxes-32-ect-brown-20-bundle-221610/product_408409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-terra-cotta-wall-35-x-47-canvas-art/product_317559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-16-x-16-shipping-boxes-32-ect-brown-20-bundle-bs221616/product_2647535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-cd-mixer-combo-player-with-bluetooth-input-black-cdm-4000bt/product_24549227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-pie-connector-tabletop-black-30-pie-x-24-d/product_852372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-bluetooth-home-party-system-black-gsys-2000/product_24549507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-17-x-12-corrugated-kraft-boxes-25-bundle-bs221712x/product_24406444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-color-swoops-25-4702/product_24600875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-hazy-and-purple-25-4706/product_24600860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0584-c1624gg/product_2080427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-lemon-and-lavender-25-4710/product_24600988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tariff-reform-means-a-step-blindfold-1910-canvas-art-24x32-inches/product_245058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-extended-workspace-divider-32-h-x-33-w-clear-acrylic-ewd3332-uf-118/product_24486395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-dj-cd-media-player-with-usb-black-cdx-2250i/product_24549512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-polypropylene-banquet-reception-chairs-black-4-pack-4185blk/product_465524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-precision-4-post-drafting-table-base-gray-35-1-2-h-x-56-1-2-w-x-30-1-2-d/product_507494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taxis-manhattan-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0074-w1620bmf/product_2085696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/20in-50cm-usb-a-to-c-charging-cable-rugged-coiled-usb-c-black/product_IM100NU46 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-precision-4-post-drafting-tabletop-green-1-h-x-60-w-x-37-1-2-d/product_507487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-nw-118/product_24472980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-72-h-x-36-w-clear-acrylic-pad3672-w-25/product_24472987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-temperature-check-guard-34-h-x-28-w-clear-acrylic-tcg2834-118/product_24472966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-resi-25-75-laminate-glass-door-kit-white-resgdrkt/product_24473751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/21-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-211010/product_481717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/21-x-72-layflat-poly-bags-bags-on-a-roll-0-65-mil-clear-270-roll-8014/product_359784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-16-x-24-canvas-art/product_314703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-resi-54-vinyl-lounge-settee-black-1731resfeet4pkbl/product_24546082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-L-x-17-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-221712/product_814147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-24-x-32-canvas-art/product_316286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-14-x-19-canvas-art/product_316284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-magnetic-surface-mount-sneeze-guard-26-x-40-clear-acrylic-mag4026-118/product_24486391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-11-x-14-black-frame-art/product_316282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-L-x-10-W-x-10-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS221010/product_814148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-by-michael-tompsett-14-x-19-canvas-art-mt0707-c1419gg/product_2079052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-surface-mount-paneled-sneeze-guard-32-h-x-32-w-clear-acrylic-psg3232-nw-25/product_24472971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-reveal-magazine-holder-clear-plastic-5603cl/product_683695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-14-x-19-canvas-art/product_312525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-tt-900b-vinyl-record-player-turntable-with-bluetooth-and-dual-stereo-speakers-black-tt-900bb/product_24527996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-10-x-8-shipping-boxes-32-ect-brown-25-bundle-bs221008/product_2647425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-roll-filing-and-blueprint-storage-7-tube-size-8-roll-capacity-putty-3045/product_440994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-14-x-12-32-ect-shipping-boxes/product_24409980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-10-x-9-shipping-boxes-32-ect-brown-25-bundle-bs221009/product_2647399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gemini-wireless-microphone-system-with-headset-microphone-lavalier-microphone-black-gmu-hsl100/product_24549231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:34 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-35-x-47-canvas-art/product_312528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-15-x-15-heavy-duty-shipping-boxes-32-ect-brown-20-bundle-221515/product_947070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-terra-cotta-wall-35-x-47-canvas-art/product_317559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-16-x-16-shipping-boxes-32-ect-brown-20-bundle-bs221616/product_2647535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-16-x-10-shipping-boxes-32-ect-brown-20-bundle-221610/product_408409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-terra-cotta-wall-24-x-32-canvas-art/product_317558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:34 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-17-x-12-corrugated-kraft-boxes-25-bundle-bs221712x/product_24406444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:35 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:36 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:37 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:38 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-11-x-11-white-matted-silver-frame-ali1255-s1111mf/product_2085194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-industrial-steel-rules-6-in/product_580804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-18-x-18-canvas-art-ali1255-c1818gg/product_2083200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-electric-push-on-off-led-utility-light-white-jas54807/product_23974136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-designer-white-rba6024pgsldswt/product_24549858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-24-x-24-canvas-art-ali1255-c2424gg/product_2082543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-large-by-design-turnpike-14-x-14-canvas-art-ali1323-c1414gg/product_2083143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-biltmore-cherry-rba7224flslbmch/product_24549873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-precision-pencil-compass/product_580912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-10-shipping-boxes-32-ect-brown-20-bundle-bs222210/product_2647600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-designer-white-rba7224flsldswt/product_24549837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-14-x-19-canvas-art/product_316143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-30-x-60-fashion-gray-rba6030flslfngy/product_24549860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-30-shipping-boxes-32-ect-kraft-10-bundle-222230/product_946844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-stainless-steel-protractors-3-38-in-head-universal-protractor/product_580590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-30-x-72-biltmore-cherry-rba7230flslbmch/product_24549836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-4-shipping-boxes-32-ect-brown-20-bundle-bs222204/product_2647450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-36-shipping-boxes-32-ect-brown-15-bundle-bs222236/product_2647663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-tools-1478-digital-fractional-caliper-0-6/product_154277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-whiteboard-collaboration-screen-42-x-16-x-54-white-gray-2015wbs/product_1965877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-tools-oblong-inspection-mirror-3-1-2-inch-l-x-2-inch-w/product_580695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-30-layflat-poly-bags-2-mil-clear-500-carton-607/product_939631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-two-point-scriber/product_580691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-shell-vinyl-upholstered-extended-height-chair-black-7014bl/product_24342880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/genesis-26-piece-impact-driver-accessory-set-gaidb26/product_24329439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-14-x-19-canvas-art/product_312268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-shelves-for-archival-shelving-69-wood-4-pack-5261/product_397863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/genesis-4-volt-li-ion-glue-gun-gray-green-glgg04v2/product_24580849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-18-x-24-canvas-art/product_312269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-16-x-20-wood-frame-art/product_312273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-small-vertical-storage-cabinet-for-18-and-24-hanging-clamps-tropic-sand/product_279239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/genesis-gadb19-19-piece-drill-driver-bit-set/product_24329444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-24-x-32-canvas-art/product_312270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-thank-you-by-design-turnpike-12-x-24-canvas-art-ali1326-c1224gg/product_2083126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/genie-37375r-screw-drive-lubricant/product_23979008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-20-x-72-designer-white-spk7220sldswt/product_24549859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geoffrey-beene-4-piece-abs-plastic-polyester-luggage-set-navy-gb216-4/product_24472846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-that-guy-s-gotta-stop-by-ines-kouidis-24-x-24-canvas-art-ali1004-c2424gg/product_2078757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-24-x-60-designer-white-spk6024sldswt/product_24549857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/23-x-46-gusseted-poly-bags-bags-on-a-roll-2-mil-clear-200-roll-1639r/product_939313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geographics-aqua-premium-letterheads-8-5-x-11-50-pack-48831/product_24412333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-stainless-steel-step-trash-can-4-gallon-black-9685ss/product_815587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-abyss-14-x-19-canvas-art/product_315535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-steel-guest-stool-black/product_2443067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-abyss-16-x-24-canvas-art/product_315536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-steel-locker-box-locker-gray-78-h-x-12-w-x-18-d-5524gr/product_898951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-11-x-11-white-matted-silver-frame-ali1255-s1111mf/product_2085194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geographics-floral-dream-premium-everyday-letterhead-multi-colors-50-pack-49831/product_2706351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geographics-gummed-a9-greeting-card-envelopes-5-75-x-8-75-blue-50-pack-48463/product_950499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-L-x-18-W-x-18-H-Multi-Depth-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS241818MD/product_404622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-L-x-18-W-x-18-H-Shipping-Boxes-48-ECT-Brown-10-Bundle-HD241818DW/product_814113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-viewpoint-18-x-24-canvas-art/product_316583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-L-x-20-W-x-20-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-BS242020HDDW/product_404615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-industrial-steel-rules-6-in/product_580804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-18-x-18-canvas-art-ali1255-c1818gg/product_2083200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-electric-push-on-off-led-utility-light-white-jas54807/product_23974136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-designer-white-rba6024pgsldswt/product_24549858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-24-x-24-canvas-art-ali1255-c2424gg/product_2082543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-large-by-design-turnpike-14-x-14-canvas-art-ali1323-c1414gg/product_2083143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-biltmore-cherry-rba7224flslbmch/product_24549873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-precision-pencil-compass/product_580912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-10-shipping-boxes-32-ect-brown-20-bundle-bs222210/product_2647600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-designer-white-rba7224flsldswt/product_24549837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-14-x-19-canvas-art/product_316143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-30-shipping-boxes-32-ect-kraft-10-bundle-222230/product_946844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-30-x-60-fashion-gray-rba6030flslfngy/product_24549860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-stainless-steel-protractors-3-38-in-head-universal-protractor/product_580590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-30-x-72-biltmore-cherry-rba7230flslbmch/product_24549836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-4-shipping-boxes-32-ect-brown-20-bundle-bs222204/product_2647450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-22-x-36-shipping-boxes-32-ect-brown-15-bundle-bs222236/product_2647663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-tools-1478-digital-fractional-caliper-0-6/product_154277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-rumba-whiteboard-collaboration-screen-42-x-16-x-54-white-gray-2015wbs/product_1965877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-tools-oblong-inspection-mirror-3-1-2-inch-l-x-2-inch-w/product_580695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/22-x-30-layflat-poly-bags-2-mil-clear-500-carton-607/product_939631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/general-two-point-scriber/product_580691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-shell-vinyl-upholstered-extended-height-chair-black-7014bl/product_24342880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/genesis-26-piece-impact-driver-accessory-set-gaidb26/product_24329439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-14-x-19-canvas-art/product_312268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-shelves-for-archival-shelving-69-wood-4-pack-5261/product_397863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/genesis-4-volt-li-ion-glue-gun-gray-green-glgg04v2/product_24580849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-18-x-24-canvas-art/product_312269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-16-x-20-wood-frame-art/product_312273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-small-vertical-storage-cabinet-for-18-and-24-hanging-clamps-tropic-sand/product_279239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-that-guy-s-gotta-stop-by-ines-kouidis-24-x-24-canvas-art-ali1004-c2424gg/product_2078757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geoffrey-beene-4-piece-abs-plastic-polyester-luggage-set-navy-gb216-4/product_24472846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-20-x-72-designer-white-spk7220sldswt/product_24549859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/genie-37375r-screw-drive-lubricant/product_23979008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-thank-you-by-design-turnpike-12-x-24-canvas-art-ali1326-c1224gg/product_2083126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-24-x-32-canvas-art/product_312270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/genesis-gadb19-19-piece-drill-driver-bit-set/product_24329444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-24-x-60-designer-white-spk6024sldswt/product_24549857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/23-x-46-gusseted-poly-bags-bags-on-a-roll-2-mil-clear-200-roll-1639r/product_939313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-steel-guest-stool-black/product_2443067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-abyss-16-x-24-canvas-art/product_315536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geographics-aqua-premium-letterheads-8-5-x-11-50-pack-48831/product_24412333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-stainless-steel-step-trash-can-4-gallon-black-9685ss/product_815587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-steel-locker-box-locker-gray-78-h-x-12-w-x-18-d-5524gr/product_898951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-abyss-14-x-19-canvas-art/product_315535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:59 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geographics-floral-dream-premium-everyday-letterhead-multi-colors-50-pack-49831/product_2706351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geographics-gummed-a9-greeting-card-envelopes-5-75-x-8-75-blue-50-pack-48463/product_950499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-L-x-18-W-x-18-H-Shipping-Boxes-48-ECT-Brown-10-Bundle-HD241818DW/product_814113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-L-x-18-W-x-18-H-Multi-Depth-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS241818MD/product_404622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-L-x-20-W-x-20-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-BS242020HDDW/product_404615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-viewpoint-18-x-24-canvas-art/product_316583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:57:59 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:00 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:01 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:02 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:03 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:04 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:05 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:06 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-approaching-storm-11-x-14-wood-frame-art/product_24041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:07 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-talon-pie-connector-tabletop-chestnut-90-pie-x-24-d/product_853341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geographics-serpentine-award-certificates-8-5-x-11-natural-12-pack-geo44407/product_41159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-24-H-Multi-Depth-Shipping-Boxes-32-ECT-Brown-10-Bundle-MD242424/product_630107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-taskmaster-tubular-base-inserts/product_1965831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geomag-magicube-multicolor-cubes-set-of-30-gmw120/product_24393302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-beige-green-indoor-machine-made-polypropylene-area-rug-3-10-x-5-5/product_1264427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:08 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-architect-16-x-20-black-frame-art/product_313488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-beige-green-indoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-tuff-truck-p-handle-truck-400-lbs-black-4071/product_758521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-architect-18-x-24-canvas-art/product_313490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-twixt-active-seating-chair-extended-height-black/product_2366317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-under-desk-metal-mobile-printer-stand-with-lockable-wheels-gray-powder-coat-5206gr/product_148323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-valuemate-economy-6-shelf-80-h-steel-bookcase-gray-7174gr/product_383031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-mt-3x3-pol-dpf/product_24471764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-brown-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-16-x-20-black-frame-art/product_24035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-mt-1-5-pol-dpf/product_24471382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-under-desk-mixed-materials-mobile-printer-stand-with-lockable-wheels-black-5206bl/product_506763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-vamp-led-lamp-white/product_241224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-gls-2x2-pis/product_24514754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-rctngl-adv-lbl-mt-2x4-pol/product_24514703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-mt-2x2-pis/product_24514604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-mt-2x2-pol/product_24514589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-wall-rack-silver-metal-4161/product_428758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-mt-3x3-pis/product_24514749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-grey-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-vetheuil-18-x-24-canvas-art/product_313080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-vetheuil-35-x-47-canvas-art/product_313082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-10-48-x-43-particle-board-triple-column-mobile-storage-gray-3930gry/product_24485898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-in-argentueil-14-x-19-canvas-art/product_501490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-in-argentueil-18-x-24-canvas-art/product_496269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-12-corrugated-pad-single-wall-50-bundle-sp2412/product_1499900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-12-60-x-43-particle-board-triple-column-mobile-storage-gray-3932gry/product_24485894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-sofpull-paper-towel-dispenser-kit-black-58206/product_24455366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geosafari-ant-factory/product_872147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-14-mobile-storage-cabinet-48-h-x-30-w-x-19-75-d-red-wood-3934red/product_24485913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-beautiful-italian-garden-22-x-32-canvas-art/product_314021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-approaching-storm-11-x-14-wood-frame-art/product_24041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geosmart-educational-set-deluxe-sg-geo700us/product_24493393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-6-shipping-boxes-32-ect-brown-25-bundle-bs241206/product_2647441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-3-48-x-30-particle-board-double-column-mobile-storage-gray-3923gr/product_24485887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-3-in-1-hepa-tabletop-air-purifier-3-speed-ac4100/product_1932870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-3-in-1-true-hepa-tower-air-purifier-3-speed-ac4900ca/product_1932869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-3-mobile-storage-units-center-48-h-x-30-w-x-19-75-d-spectrum-blue-wood-3923sbu/product_24485892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-talon-pie-connector-tabletop-chestnut-90-pie-x-24-d/product_853341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geographics-serpentine-award-certificates-8-5-x-11-natural-12-pack-geo44407/product_41159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-taskmaster-tubular-base-inserts/product_1965831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-24-H-Multi-Depth-Shipping-Boxes-32-ECT-Brown-10-Bundle-MD242424/product_630107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-3-in-1-true-hepa-tower-air-purifier-3-speed-black-ac4825/product_1932868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geomag-magicube-multicolor-cubes-set-of-30-gmw120/product_24393302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-beige-green-indoor-machine-made-polypropylene-area-rug-3-10-x-5-5/product_1264427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-beige-green-indoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-tuff-truck-p-handle-truck-400-lbs-black-4071/product_758521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-architect-16-x-20-black-frame-art/product_313488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-architect-18-x-24-canvas-art/product_313490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-twixt-active-seating-chair-extended-height-black/product_2366317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-valuemate-economy-6-shelf-80-h-steel-bookcase-gray-7174gr/product_383031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-under-desk-metal-mobile-printer-stand-with-lockable-wheels-gray-powder-coat-5206gr/product_148323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-mt-3x3-pol-dpf/product_24471764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-brown-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-16-x-20-black-frame-art/product_24035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-mt-1-5-pol-dpf/product_24471382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-under-desk-mixed-materials-mobile-printer-stand-with-lockable-wheels-black-5206bl/product_506763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-gls-2x2-pis/product_24514754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-vamp-led-lamp-white/product_241224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-rctngl-adv-lbl-mt-2x4-pol/product_24514703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-wall-rack-silver-metal-4161/product_428758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-mt-2x2-pis/product_24514604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-mt-2x2-pol/product_24514589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-vetheuil-18-x-24-canvas-art/product_313080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-mt-3x3-pis/product_24514749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geometric-grey-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-vetheuil-35-x-47-canvas-art/product_313082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-in-argentueil-14-x-19-canvas-art/product_501490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-in-argentueil-18-x-24-canvas-art/product_496269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-10-48-x-43-particle-board-triple-column-mobile-storage-gray-3930gry/product_24485898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-12-corrugated-pad-single-wall-50-bundle-sp2412/product_1499900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-12-60-x-43-particle-board-triple-column-mobile-storage-gray-3932gry/product_24485894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-sofpull-paper-towel-dispenser-kit-black-58206/product_24455366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-14-mobile-storage-cabinet-48-h-x-30-w-x-19-75-d-red-wood-3934red/product_24485913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geosafari-ant-factory/product_872147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-beautiful-italian-garden-22-x-32-canvas-art/product_314021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:23 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-3-mobile-storage-units-center-48-h-x-30-w-x-19-75-d-spectrum-blue-wood-3923sbu/product_24485892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-3-in-1-hepa-tabletop-air-purifier-3-speed-ac4100/product_1932870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-3-in-1-true-hepa-tower-air-purifier-3-speed-ac4900ca/product_1932869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-3-48-x-30-particle-board-double-column-mobile-storage-gray-3923gr/product_24485887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-6-shipping-boxes-32-ect-brown-25-bundle-bs241206/product_2647441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geosmart-educational-set-deluxe-sg-geo700us/product_24493393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:24 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-3-in-1-true-hepa-tower-air-purifier-3-speed-black-ac4825/product_1932868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:25 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:25 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:26 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:27 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:28 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:29 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:30 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:31 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-4-in-1-energy-star-hepa-tower-air-purifier-ac4825dlx/product_24394895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:32 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-4-watt-uv-c-replacement-bulb-for-ac9200wca-air-purifier-1-pack-lb9200/product_24226552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-elite-3-in-1-true-hepa-tower-air-purifier-3-speed-ac5300b/product_1932865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-elite-4-in-1-hepa-tower-air-purifier-5-speed-ac5350b/product_1932864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:33 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-book-18-x-24-canvas-art/product_313499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-book-35-x-47-canvas-art/product_313501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-wire-mobile-file-cart-with-lockable-wheels-gray-3091/product_392634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bottle-of-banyuls-11-x-14-black-frame-art/product_313504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-lb4000-replacement-uv-c-bulb-for-ac4825-ac4850-ac4900-air-purifiers/product_1932848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-16-x-16-shipping-boxes-48-ect-double-wall-brown-15-bundle-bs241616hddw/product_2647642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bottle-of-banyuls-14-x-19-canvas-art/product_313506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-wire-mobile-file-cart-with-swivel-wheels-gray-5201gr/product_802848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-smart-elite-4-in-1-true-hepa-tower-air-purifier-5-speed-wifi-enabled-black-cdap4500bca/product_24226565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-write-way-plastic-dry-erase-whiteboard-2-x-1-4173bl/product_503020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-tabletop-uv-sanitizer-deodorizer-black-gg3000bca/product_24226568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-writeway-paint-mobile-dry-erase-whiteboard-1-88-x-5-42-4118bl/product_518245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-14-x-19-canvas-art/product_313099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-true-hepa-replacement-filter-b-for-ac4800-4900-series-air-purifiers-flt4825/product_1932880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-16-x-20-wood-frame-art/product_313104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-18-x-24-canvas-art/product_313100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-24-shipping-boxes-32-ect-brown-20-bundle-bs241824/product_2647619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safelok-series-a-deposit-bag-white-100-pack-585089/product_615856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-1874-14-x-19-canvas-art/product_491721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germisept-disinfecting-wipes-alcohol-scent-800-wipes-container-2-carton-mc7301/product_24461708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-1874-24-x-32-canvas-art/product_494995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-be-careful-carelessness-can-hurt-you-and-others-3ft-x-5ft/product_563031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-african-american-family-bigmouth-puppet-4-set-mtb360/product_272984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-1874-35-x-47-canvas-art/product_498777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-american-pride-company-pride-3ft-x-5ft/product_562934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/get-enterprises-designer-polyweave-honey-basket-wb-1509-h/product_2474199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-11-x-14-wood-frame-art/product_313518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-20-x-6-shipping-boxes-32-ect-brown-20-bundle-bs242006/product_2647449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-keep-our-workplace-clean-safe-pick-up-clean-up-3ftx5ft-polyethylene/product_562905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-others-depend-on-you-don-t-take-chances-3ft-x-5ft/product_562909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-2000-75-gauge-pvc-shrink-film-clear-shpvc2475/product_948865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-lift-with-ease-bend-with-knees-3ft-x-5ft/product_562928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-our-customers-are-our-1-priority-3ft-x-10ft/product_562085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-of-las-vegas-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0129-w1114bmf/product_2079450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-of-las-vegas-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0129-w1620bmf/product_2085565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-of-las-vegas-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0129-b1620mf/product_2085564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-remember-the-next-inspector-is-our-customer-3ft-x-5ft/product_562913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-4-in-1-energy-star-hepa-tower-air-purifier-ac4825dlx/product_24394895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geyer-instructional-graphing-stickers-numbered-axis-multicolored-500-pack-gyr150241/product_24493961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-safety-the-measure-of-success-3ft-x-5ft/product_562895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-24-staples-flush-cut-foam-pouch-50-case/product_947390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-rises-10-x-19-canvas-art/product_313522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-4-watt-uv-c-replacement-bulb-for-ac9200wca-air-purifier-1-pack-lb9200/product_24226552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-17-88-x-59-acrylic-non-tackable-partition-extender-screw-clear-pec1859-h/product_24454510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-elite-3-in-1-true-hepa-tower-air-purifier-3-speed-ac5300b/product_1932865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-elite-4-in-1-hepa-tower-air-purifier-5-speed-ac5350b/product_1932864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-book-18-x-24-canvas-art/product_313499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-book-35-x-47-canvas-art/product_313501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-wire-mobile-file-cart-with-lockable-wheels-gray-3091/product_392634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-16-x-16-shipping-boxes-48-ect-double-wall-brown-15-bundle-bs241616hddw/product_2647642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-lb4000-replacement-uv-c-bulb-for-ac4825-ac4850-ac4900-air-purifiers/product_1932848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bottle-of-banyuls-11-x-14-black-frame-art/product_313504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bottle-of-banyuls-14-x-19-canvas-art/product_313506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-wire-mobile-file-cart-with-swivel-wheels-gray-5201gr/product_802848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-smart-elite-4-in-1-true-hepa-tower-air-purifier-5-speed-wifi-enabled-black-cdap4500bca/product_24226565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-write-way-plastic-dry-erase-whiteboard-2-x-1-4173bl/product_503020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-tabletop-uv-sanitizer-deodorizer-black-gg3000bca/product_24226568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safco-writeway-paint-mobile-dry-erase-whiteboard-1-88-x-5-42-4118bl/product_518245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-14-x-19-canvas-art/product_313099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germguardian-true-hepa-replacement-filter-b-for-ac4800-4900-series-air-purifiers-flt4825/product_1932880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-18-x-24-canvas-art/product_313100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-16-x-20-wood-frame-art/product_313104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-24-shipping-boxes-32-ect-brown-20-bundle-bs241824/product_2647619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safelok-series-a-deposit-bag-white-100-pack-585089/product_615856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-1874-14-x-19-canvas-art/product_491721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/germisept-disinfecting-wipes-alcohol-scent-800-wipes-container-2-carton-mc7301/product_24461708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-1874-24-x-32-canvas-art/product_494995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-be-careful-carelessness-can-hurt-you-and-others-3ft-x-5ft/product_563031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-african-american-family-bigmouth-puppet-4-set-mtb360/product_272984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-1874-35-x-47-canvas-art/product_498777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-american-pride-company-pride-3ft-x-5ft/product_562934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/get-enterprises-designer-polyweave-honey-basket-wb-1509-h/product_2474199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-11-x-14-wood-frame-art/product_313518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-20-x-6-shipping-boxes-32-ect-brown-20-bundle-bs242006/product_2647449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-keep-our-workplace-clean-safe-pick-up-clean-up-3ftx5ft-polyethylene/product_562905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-others-depend-on-you-don-t-take-chances-3ft-x-5ft/product_562909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-2000-75-gauge-pvc-shrink-film-clear-shpvc2475/product_948865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-lift-with-ease-bend-with-knees-3ft-x-5ft/product_562928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-our-customers-are-our-1-priority-3ft-x-10ft/product_562085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-of-las-vegas-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0129-w1114bmf/product_2079450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-of-las-vegas-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0129-w1620bmf/product_2085565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-of-las-vegas-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0129-b1620mf/product_2085564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-remember-the-next-inspector-is-our-customer-3ft-x-5ft/product_562913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:48 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/geyer-instructional-graphing-stickers-numbered-axis-multicolored-500-pack-gyr150241/product_24493961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-safety-the-measure-of-success-3ft-x-5ft/product_562895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-24-staples-flush-cut-foam-pouch-50-case/product_947390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-rises-10-x-19-canvas-art/product_313522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:48 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-17-88-x-59-acrylic-non-tackable-partition-extender-screw-clear-pec1859-h/product_24454510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:49 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:50 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:51 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:52 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:52 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:53 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:54 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:55 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:56 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-work-safely-today-remember-someone-expects-you-home-tonight-3ft-x-5ft/product_562985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:57 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-connoisseurs-by-eric-joyner-18-x-24-canvas-art-ali1044-c1824gg/product_2078865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-36-shipping-boxes-32-ect-brown-5-bundle-242436/product_481681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-continent-by-w-broadhead-ready-to-hang-art/product_255378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dance-lesson-1879-10-x-24-canvas-art/product_501604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-23-88-x-29-acrylic-non-tackable-panel-extender-clear-pec2429-h/product_24454512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-9-shipping-boxes-32-ect-brown-20-bundle-bs242409/product_2647564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:58 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-first-wear-face-shields-rubber-gloves-and-aprons-when-working-with-acids-sf178ab/product_560723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0108-b1114bmf/product_2079772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-26-layflat-poly-bags-2-mil-clear-500-carton-616/product_939636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-goggles-clear-lens-g200s/product_24454337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0108-b1114mf/product_2079771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-30-layflat-poly-bags-1-mil-clear-500-carton-2435/product_361085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-14-x-19-canvas-art-ph0108-c1419gg/product_2081514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-step-industrial-safety-step-12-yellow-ic-12c-y/product_2607602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-step-folding-safety-step-silver-f-08c-s/product_2601222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-first-animals-11-x-14-wood-frame-art/product_313542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-32-layflat-poly-bags-3-mil-clear-250-carton-pb4200/product_24328932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-3-h-x-5-w-natural-cork-bulletin-board-with-wood-frame-wk35/product_24280669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-fishing-fleet-1862-24-x-32-canvas-art/product_502711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-30-x-36-acrylic-non-tackable-panel-extender-clear-pec3036-t/product_24454464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-36-layflat-poly-bags-4-mil-clear-200-carton-1295/product_24449507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-w-8-5-yellow-black-do-not-enter-belt/product_171396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-36-staples-flush-cut-foam-pouch-50-case/product_947391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-42-layflat-poly-bags-2-mil-clear-250-carton-626/product_939642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-frog-prince-22-x-32-canvas-art/product_313727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-48-gusseted-poly-bags-bags-on-a-roll-3-mil-clear-50-roll-1775r/product_939322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-48-layflat-poly-bags-3-mil-clear-200-carton-962/product_361071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-48-layflat-poly-bags-6-mil-clear-100-carton-8645/product_361048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-48-staples-corrugated-sheet-5-bundle-bssp2448/product_946708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-14-x-19-canvas-art/product_502205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-16-x-20-black-frame-art/product_491083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-16-x-20-wood-frame-art/product_499593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-18-x-24-canvas-art/product_492337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-30-x-42-acrylic-non-tackable-panel-extender-clear-pec3042-a/product_24454465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-great-kanagawa-wave-by-katsushika-hokusai-16x20-frm-art-blk-mtd-bl0191-b1620bmf/product_1551455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-72-staples-corrugated-sheet-5-bundle-bssp2472/product_946711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-great-kanagawa-wave-by-katsushika-hokusai-11x14-frm-art-blk-mtd-bl0191-w1114bmf/product_1551893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x14-x4-Partners-Brand-Deluxe-Literature-Mailers-25-Bundle-MFL24144/product_947488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-freestanding-desktop-divider-24-h-x-24-w-clear-acrylic-dpsc2424-3s-24/product_24462063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-horror-of-dracula-canvas-art/product_244923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-black-red-belt/product_171408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-banners-work-safely-today-remember-someone-expects-you-home-tonight-3ft-x-5ft/product_562985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-red-white-belt/product_171412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-red-white-no-parking-belt/product_171422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-connoisseurs-by-eric-joyner-18-x-24-canvas-art-ali1044-c1824gg/product_2078865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-36-shipping-boxes-32-ect-brown-5-bundle-242436/product_481681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-9-shipping-boxes-32-ect-brown-20-bundle-bs242409/product_2647564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-continent-by-w-broadhead-ready-to-hang-art/product_255378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dance-lesson-1879-10-x-24-canvas-art/product_501604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-23-88-x-29-acrylic-non-tackable-panel-extender-clear-pec2429-h/product_24454512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-first-wear-face-shields-rubber-gloves-and-aprons-when-working-with-acids-sf178ab/product_560723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0108-b1114bmf/product_2079772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-26-layflat-poly-bags-2-mil-clear-500-carton-616/product_939636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0108-b1114mf/product_2079771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-goggles-clear-lens-g200s/product_24454337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-30-layflat-poly-bags-1-mil-clear-500-carton-2435/product_361085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-14-x-19-canvas-art-ph0108-c1419gg/product_2081514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-step-industrial-safety-step-12-yellow-ic-12c-y/product_2607602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safety-step-folding-safety-step-silver-f-08c-s/product_2601222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-32-layflat-poly-bags-3-mil-clear-250-carton-pb4200/product_24328932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-first-animals-11-x-14-wood-frame-art/product_313542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-3-h-x-5-w-natural-cork-bulletin-board-with-wood-frame-wk35/product_24280669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-fishing-fleet-1862-24-x-32-canvas-art/product_502711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-30-x-36-acrylic-non-tackable-panel-extender-clear-pec3036-t/product_24454464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-36-layflat-poly-bags-4-mil-clear-200-carton-1295/product_24449507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-36-staples-flush-cut-foam-pouch-50-case/product_947391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-w-8-5-yellow-black-do-not-enter-belt/product_171396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-42-layflat-poly-bags-2-mil-clear-250-carton-626/product_939642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-frog-prince-22-x-32-canvas-art/product_313727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-48-gusseted-poly-bags-bags-on-a-roll-3-mil-clear-50-roll-1775r/product_939322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-48-layflat-poly-bags-3-mil-clear-200-carton-962/product_361071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-48-layflat-poly-bags-6-mil-clear-100-carton-8645/product_361048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-48-staples-corrugated-sheet-5-bundle-bssp2448/product_946708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-16-x-20-black-frame-art/product_491083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-14-x-19-canvas-art/product_502205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-16-x-20-wood-frame-art/product_499593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-iris-18-x-24-canvas-art/product_492337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-30-x-42-acrylic-non-tackable-panel-extender-clear-pec3042-a/product_24454465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-great-kanagawa-wave-by-katsushika-hokusai-16x20-frm-art-blk-mtd-bl0191-b1620bmf/product_1551455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x-72-staples-corrugated-sheet-5-bundle-bssp2472/product_946711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-great-kanagawa-wave-by-katsushika-hokusai-11x14-frm-art-blk-mtd-bl0191-w1114bmf/product_1551893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24-x14-x4-Partners-Brand-Deluxe-Literature-Mailers-25-Bundle-MFL24144/product_947488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-freestanding-desktop-divider-24-h-x-24-w-clear-acrylic-dpsc2424-3s-24/product_24462063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-horror-of-dracula-canvas-art/product_244923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-black-red-belt/product_171408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-red-white-belt/product_171412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-red-white-no-parking-belt/product_171422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:15 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:16 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:17 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:18 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:19 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:20 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:21 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-harmony-4-h-x-6-w-glass-whiteboard-with-square-corners-gray-hmysn46gy/product_24280429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:23 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-gls-2x2-pis/product_24514747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-harmony-4-h-x-8-w-magnetic-glass-whiteboard-with-square-corners-blue-hmysm48be/product_24280512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-houses-of-parliament-11-x-14-black-frame-art/product_23961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-1x1-pol/product_24514647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-hold-up-display-rails-18-silver-carton-of-6-gh-h186/product_138111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-w-8-5-yellow-black-do-not-enter-belt/product_171373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-m1-series-porcelain-dry-erase-whiteboard-aluminum-frame-10-x-4-m1-410-4/product_831450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-belt-different-belt-color/product_SS235160822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-m1-series-porcelain-dry-erase-whiteboard-aluminum-frame-8-x-4-m1-48-4/product_831449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24550356-traditional-business-cards/product_24550356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-melamine-dry-erase-whiteboard-aluminum-frame-4-x-3-armm34/product_24280681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-blue-white-belt/product_171367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-nexus-ideawall-76-h-x-76-w-mobile-2-sided-porcelain-magnetic-whiteboard-nex206mw-fr/product_24280555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-intruder-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0452-b1620mf/product_2085457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-5x7-flat-cards-rounded-pis/product_24488381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-non-magnetic-dry-erase-whiteboard-wood-frame-18-x-24-gh-m2w181/product_272568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-ovation-4-h-x-6-w-enclosed-fabric-bulletin-board-with-gray-frame-3-door-gray-ovg5-f91/product_24280609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-intruder-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0452-c1624gg/product_2077865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-5x7-flat-cards-rounded-pol/product_24488419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-red-white-no-parking-belt/product_171376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-intruder-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0452-c3047gg/product_2080935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-5x7-foil-card-taylor-pis/product_24454311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-panel-30-h-x-24-w-clear-acrylic-pec3024-h/product_24454495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-yellow-black-clean-belt/product_171372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-japanese-footbridge-16-x-20-black-frame-art/product_23955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-japanese-footbridge-16-x-20-wood-frame-art/product_23945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-stanchion-barrier-post-with-retractable-8-5-yellow-black-out-of-serv-belt/product_171370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-stanchion-barrier-post-with-retractable-8-5-green-white-belt/product_171368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-deep-vertical-file-cabinet-legal-2-drawer-putty/product_489535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-ft-cat6-ethernet-cable-10-pack-etl-verified-blue-cat6-patch-cord-snagless-rj45-connectors-24-awg-utp/product_IM17FZ933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-inv-5x7-ft-mat-pol/product_1241543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-black-red-belt/product_171247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-orange-belt/product_171245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-red-white-authorized-belt/product_171262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/250-4x8-ft-invttn-80-mt-gr-438/product_352354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-yellow-black-do-not-enter-belt/product_171258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-line-it-curves-11-x-14-black-frame-art/product_501250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/250-9-mch-envlps-wht-70-580/product_349703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-stanchion-barrier-post-with-retractable-11-black-white-pl-wait-here-belt/product_171264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghirardelli-limited-edition-holiday-chocolate-assortment-squares-7-9-oz-bag-10002435/product_24602525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghirardelli-minis-chocolate-assortment-16-2-oz-bag-220-02312/product_24588870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-black-belt/product_171265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghirardelli-squares-milk-caramel-milk-chocolate-candy-bar-9-04-oz-2-pack-300-01034/product_24171826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-little-mermaid-30-x-47-canvas-art/product_313704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghirardelli-squares-dark-chocolate-assorted-candy-bar-14-86-oz-300-01037/product_24171806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-stanchion-barrier-post-with-retractable-11-green-white-belt/product_171253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-harmony-4-h-x-6-w-glass-whiteboard-with-square-corners-gray-hmysn46gy/product_24280429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-long-stretch-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0965-b1620mf/product_2086686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-gls-2x2-pis/product_24514747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-harmony-4-h-x-8-w-magnetic-glass-whiteboard-with-square-corners-blue-hmysm48be/product_24280512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-1x1-pol/product_24514647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-houses-of-parliament-11-x-14-black-frame-art/product_23961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-hold-up-display-rails-18-silver-carton-of-6-gh-h186/product_138111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-w-8-5-yellow-black-do-not-enter-belt/product_171373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-m1-series-porcelain-dry-erase-whiteboard-aluminum-frame-10-x-4-m1-410-4/product_831450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-m1-series-porcelain-dry-erase-whiteboard-aluminum-frame-8-x-4-m1-48-4/product_831449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/24550356-traditional-business-cards/product_24550356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-belt-different-belt-color/product_SS235160822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-melamine-dry-erase-whiteboard-aluminum-frame-4-x-3-armm34/product_24280681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-blue-white-belt/product_171367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-nexus-ideawall-76-h-x-76-w-mobile-2-sided-porcelain-magnetic-whiteboard-nex206mw-fr/product_24280555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-intruder-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0452-b1620mf/product_2085457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-non-magnetic-dry-erase-whiteboard-wood-frame-18-x-24-gh-m2w181/product_272568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-5x7-flat-cards-rounded-pis/product_24488381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-ovation-4-h-x-6-w-enclosed-fabric-bulletin-board-with-gray-frame-3-door-gray-ovg5-f91/product_24280609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-intruder-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0452-c1624gg/product_2077865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-5x7-flat-cards-rounded-pol/product_24488419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-red-white-no-parking-belt/product_171376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-intruder-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0452-c3047gg/product_2080935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-5x7-foil-card-taylor-pis/product_24454311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghent-panel-30-h-x-24-w-clear-acrylic-pec3024-h/product_24454495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-yellow-black-clean-belt/product_171372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-japanese-footbridge-16-x-20-black-frame-art/product_23955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-japanese-footbridge-16-x-20-wood-frame-art/product_23945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-stanchion-barrier-post-with-retractable-8-5-yellow-black-out-of-serv-belt/product_171370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-deep-vertical-file-cabinet-legal-2-drawer-putty/product_489535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-stanchion-barrier-post-with-retractable-8-5-green-white-belt/product_171368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-ft-cat6-ethernet-cable-10-pack-etl-verified-blue-cat6-patch-cord-snagless-rj45-connectors-24-awg-utp/product_IM17FZ933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/25-inv-5x7-ft-mat-pol/product_1241543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-black-red-belt/product_171247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-orange-belt/product_171245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-red-white-authorized-belt/product_171262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/250-4x8-ft-invttn-80-mt-gr-438/product_352354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) 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-14 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-line-it-curves-11-x-14-black-frame-art/product_501250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/250-9-mch-envlps-wht-70-580/product_349703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-stanchion-barrier-post-with-retractable-11-black-white-pl-wait-here-belt/product_171264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-yellow-black-do-not-enter-belt/product_171258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghirardelli-limited-edition-holiday-chocolate-assortment-squares-7-9-oz-bag-10002435/product_24602525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghirardelli-minis-chocolate-assortment-16-2-oz-bag-220-02312/product_24588870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghirardelli-squares-milk-caramel-milk-chocolate-candy-bar-9-04-oz-2-pack-300-01034/product_24171826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-black-belt/product_171265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-little-mermaid-30-x-47-canvas-art/product_313704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-stanchion-barrier-post-with-retractable-11-green-white-belt/product_171253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/ghirardelli-squares-dark-chocolate-assorted-candy-bar-14-86-oz-300-01037/product_24171806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:38 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:39 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-long-stretch-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0965-b1620mf/product_2086686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:39 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:40 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:41 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:42 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:43 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:44 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:45 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:46 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/250-standard-gloss-bc-1s-pis/product_24448737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:47 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-red-white-danger-belt/product_171283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-5-piece-grate-and-store-container-multicolored-21577/product_24590248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-yellow-black-authorized-belt/product_171282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-yellow-black-danger-belt/product_171279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/250-standard-matte-bc-1s-pol/product_24448742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-nesting-mixing-bowls-with-lipped-handles-pour-spouts-red-3-piece-dtm23364/product_24590276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-nesting-prep-bowls-with-matching-lids-assorted-colors-8-piece-dtm23049/product_24590291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-nesting-stainless-steel-bowls-with-matching-lids-multicolored-10-piece-dtm21573/product_24590244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-louvre-or-broadway-by-philippe-hugonnard-16-x-20-black-matted-black-frame-ph0104-b1620bmf/product_2085626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2500-9-mch-envlps-wht-70-psc-652/product_349785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/250ft-cat6-bulk-bare-copper-ethernet-cable-utp-solid-riser-rated-cmr-500mhz-23awg-white/product_2504860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-black-blue-belt/product_171226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-louvre-or-broadway-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0104-w1620bmf/product_2085624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-stainless-steel-chicken-grill-rack-silver-25331/product_24590281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/26-L-x-16-W-x-14-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS261614/product_408398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-black-white-belt/product_171223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/26-L-x-18-W-x-16-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-261816/product_426419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-orange-belt/product_171222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-red-white-authorized-belt/product_171239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-althea-16-piece-stoneware-dinnerware-set-teal-105983-16/product_24004802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-elite-lawson-16-piece-stoneware-dinnerware-set-white-teal-110957-16/product_24004849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-red-white-danger-belt/product_171237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-home-12-piece-color-vibes-handpainted-stoneware-dinnerware-set-multi-color-93597560m/product_24004940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-morning-comes-over-the-swiss-alps-by-philippe-sainte-laudy-12x19-frmls-art/product_1552424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-morning-comes-over-the-swiss-alps-by-philippe-sainte-laudy-22x32-frmls-art/product_1553284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-home-chef-du-jour-7-piece-cookware-set-black-93586675m/product_24005037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-home-soho-lounge-dinnerware-set-16-piece-blue/product_520508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-soho-lounge-round-16pc-dinnerware-set-burgundy-93597332m/product_24005005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-yellow-black-wet-floor-belt/product_171231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/26-L-x-26-W-x-26-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-5-Bundle-HD262626DW/product_948888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-yellow-black-clean-belt/product_171234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-stanchion-barrier-post-with-retractable-11-black-white-line-belt/product_171240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gift-boxes-6-x-4-1-2-x-4-1-2-100-cs/product_593543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-stanchion-barrier-post-with-retractable-11-black-white-pl-wait-here-belt/product_171241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-general-store-30-x-47-canvas-art/product_315143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-black-belt/product_171311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-general-store-16-x-24-canvas-art/product_315141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/26-x-14-x-14-shipping-boxes-32-ect-brown-20-bundle-bs261414/product_2647456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-stanchion-barrier-post-with-retractable-11-green-white-belt/product_171230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gift-boxes-8-x-8-x-6-50-cs/product_593546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gift-grade-tissue-paper-15-x-20-black-960-case-t1520d/product_23978555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-black-blue-belt/product_171318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gift-grade-tissue-paper-15-x-20-kraft-960-case-t1520i/product_23978556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-red-white-belt/product_171320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-red-belt/product_171312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-trunk-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0454-b1114mf/product_2079373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gift-grade-tissue-paper-15-x-20-parade-blue-960-case-t1520c/product_23978506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/26-x-18-x-12-shipping-boxes-32-ect-brown-20-bundle-bs261812/product_2647511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-red-white-danger-belt/product_171329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gift-grade-tissue-paper-20-x-30-metallic-gold-200-case-t2030kk/product_23978554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-wooden-door-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0455-b1114mf/product_2079370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/26-x-20-x-18-shipping-boxes-32-ect-brown-20-bundle-bs262018/product_2647623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-retractable-belt-barrier-with-16-yellow-black-wet-floor-belt/product_171323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-wooden-door-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0455-b1620mf/product_2085448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-stanchion-barrier-post-with-retractable-16-green-white-belt/product_171322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-old-wooden-door-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0455-c1624gg/product_2077862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gigastone-64gb-usb-3-0-type-a-flash-drive-assorted-colors-chosen-at-random-te-u364gb-r/product_24387005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-pajama-game-11-x-14-black-frame-art/product_315460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-300-orange-stanchion-barrier-post-with-retractable-16-yellow-black-out-of-serv-belt/product_171324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gigastone-8gb-usb-2-0-type-a-flash-drive-black-silver-gs-z08gcnbl-r/product_2706828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/26-x-26-layflat-poly-bags-3-mil-clear-250-carton-953/product_939732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-300-red-retractable-belt-barrier-with-16-red-belt/product_171335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/250-standard-gloss-bc-1s-pis/product_24448737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gilmour-comfort-grip-nozzles-vinyl-black/product_700997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-yellow-black-danger-belt/product_171279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-5-piece-grate-and-store-container-multicolored-21577/product_24590248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-yellow-black-authorized-belt/product_171282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-red-retractable-belt-barrier-with-11-red-white-danger-belt/product_171283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-nesting-mixing-bowls-with-lipped-handles-pour-spouts-red-3-piece-dtm23364/product_24590276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-nesting-prep-bowls-with-matching-lids-assorted-colors-8-piece-dtm23049/product_24590291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/250-standard-matte-bc-1s-pol/product_24448742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-nesting-stainless-steel-bowls-with-matching-lids-multicolored-10-piece-dtm21573/product_24590244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/2500-9-mch-envlps-wht-70-psc-652/product_349785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/250ft-cat6-bulk-bare-copper-ethernet-cable-utp-solid-riser-rated-cmr-500mhz-23awg-white/product_2504860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gia-skitchen-stainless-steel-chicken-grill-rack-silver-25331/product_24590281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-louvre-or-broadway-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0104-w1620bmf/product_2085624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/26-L-x-16-W-x-14-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS261614/product_408398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-black-blue-belt/product_171226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-louvre-or-broadway-by-philippe-hugonnard-16-x-20-black-matted-black-frame-ph0104-b1620bmf/product_2085626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-black-white-belt/product_171223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/26-L-x-18-W-x-16-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-261816/product_426419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-orange-belt/product_171222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-elite-lawson-16-piece-stoneware-dinnerware-set-white-teal-110957-16/product_24004849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-althea-16-piece-stoneware-dinnerware-set-teal-105983-16/product_24004802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-red-white-danger-belt/product_171237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-red-white-authorized-belt/product_171239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-home-12-piece-color-vibes-handpainted-stoneware-dinnerware-set-multi-color-93597560m/product_24004940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-morning-comes-over-the-swiss-alps-by-philippe-sainte-laudy-12x19-frmls-art/product_1552424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-morning-comes-over-the-swiss-alps-by-philippe-sainte-laudy-22x32-frmls-art/product_1553284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-home-soho-lounge-dinnerware-set-16-piece-blue/product_520508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-soho-lounge-round-16pc-dinnerware-set-burgundy-93597332m/product_24005005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-yellow-black-wet-floor-belt/product_171231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/gibson-home-chef-du-jour-7-piece-cookware-set-black-93586675m/product_24005037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/26-L-x-26-W-x-26-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-5-Bundle-HD262626DW/product_948888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 110) WARNING: Request https://www.staplesadvantage.com/safetypro-250-yellow-retractable-belt-barrier-with-11-yellow-black-clean-belt/product_171234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-14 15:00:05 [scrapy.extensions.closespider] (PID: 110) INFO: Closing spider since no items were produced in the last 1800 seconds. 2026-02-14 15:00:05 [scrapy.core.engine] (PID: 110) INFO: Closing spider (closespider_timeout_no_item) 2026-02-14 15:00:05 [scrapy.extensions.logstats] (PID: 110) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-14 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:10 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:11 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:12 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:13 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 110) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [scrapy.core.scraper] (PID: 110) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] ------------------------------ MONITORS ------------------------------ 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Extracted Items Monitor/test_stat_monitor... FAIL 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Item Validation Monitor/test_stat_monitor... SKIPPED (Unable to find 'spidermon/validation/fields/errors' in job stats.) 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Error Count Monitor/test_stat_monitor... FAIL 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Warning Count Monitor/test_stat_monitor... FAIL 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Finish Reason Monitor/Should have the expected finished reason(s)... FAIL 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Unwanted HTTP codes monitor/Should not hit the limit of unwanted http status... OK 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Field Coverage Monitor/test_check_if_field_coverage_rules_are_met... FAIL 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Retry Count monitor/Should not hit the limit of requests that reached the maximum retry amount... FAIL 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Downloader Exceptions monitor/test_stat_monitor... FAIL 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Successful Requests monitor/Should have at least the minimum number of successful requests... OK 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] Total Requests monitor/Should not hit the total limit of requests... OK 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-02-14 15:00:14 [staples_advantage] (PID: 110) 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-14 15:00:14 [staples_advantage] (PID: 110) 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: '9152' 2026-02-14 15:00:14 [staples_advantage] (PID: 110) 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: '9186' 2026-02-14 15:00:14 [staples_advantage] (PID: 110) 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-14 15:00:14 [staples_advantage] (PID: 110) 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-14 15:00:14 [staples_advantage] (PID: 110) 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 (4576) reached the maximum retry amount 2026-02-14 15:00:14 [staples_advantage] (PID: 110) 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: '13792' 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] 11 monitors in 0.005s 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] FAILED (failures=7, skipped=1) 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] -------------------------- FINISHED ACTIONS -------------------------- 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] 0 actions in 0.000s 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] OK 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] --------------------------- PASSED ACTIONS --------------------------- 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] 0 actions in 0.000s 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] OK 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] --------------------------- FAILED ACTIONS --------------------------- 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] CustomTemplateSendSlackMessageSpiderFinished... ERROR 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-02-14 15:00:14 [staples_advantage] (PID: 110) 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-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] 1 action in 0.141s 2026-02-14 15:00:14 [staples_advantage] (PID: 110) INFO: [Spidermon] FAILED (errors=1) 2026-02-14 15:00:14 [scrapy.utils.signal] (PID: 110) 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-14 15:00:14 [scrapy.statscollectors] (PID: 110) INFO: Dumping Scrapy stats: {'HeadersSpooferDownloaderMiddleware/spoofed': 13792, 'big_query/url': 4608, 'downloader/exception_count': 13792, 'downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError': 13792, 'downloader/request_bytes': 12045942, 'downloader/request_count': 13792, 'downloader/request_method_count/GET': 13792, 'elapsed_time_seconds': 1809.174058, 'finish_reason': 'closespider_timeout_no_item', 'finish_time': datetime.datetime(2026, 2, 14, 15, 0, 14, 324837, tzinfo=datetime.timezone.utc), 'items_per_minute': None, 'log_count/ERROR': 9161, 'log_count/INFO': 73, 'log_count/WARNING': 9186, 'memusage/max': 210640896, 'memusage/startup': 126148608, 'proxy_manager/ignored/proxy_defined': 9184, 'proxy_manager/processed': 4608, 'responses_per_minute': None, 'retry/count': 9216, 'retry/max_reached': 4576, 'retry/reason_count/scrapy.core.downloader.handlers.http11.TunnelError': 9216, 'scheduler/dequeued': 13792, 'scheduler/dequeued/memory': 13792, 'scheduler/enqueued': 13824, 'scheduler/enqueued/memory': 13824, 'spidermon/validation/validators': 1, 'spidermon/validation/validators/item/jsonschema': True, 'start_requests/big_query': 4608, 'start_time': datetime.datetime(2026, 2, 14, 14, 30, 5, 150779, tzinfo=datetime.timezone.utc)} 2026-02-14 15:00:14 [scrapy.core.engine] (PID: 110) INFO: Spider closed (closespider_timeout_no_item)